menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridFilterChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridFilterChangedEventArgs

    Provides data for FilterChanged events.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    TreeGridFilterChangedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeGrid.Filtering
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridFilterChangedEventArgs : GridEventArgs

    Constructors

    TreeGridFilterChangedEventArgs(TreeGridColumn, List<FilterPredicate>, Object)

    Initializes a new instance of TreeGridFilterChangedEventArgs class.

    Declaration
    public TreeGridFilterChangedEventArgs(TreeGridColumn column, List<FilterPredicate> filterpredicates, object originalSource)
    Parameters
    Type Name Description
    TreeGridColumn column

    The column related to the filter operation.

    System.Collections.Generic.List<FilterPredicate> filterpredicates

    The list of filter predicates collection.

    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the TreeGridColumn related to the filter operation.

    Declaration
    public TreeGridColumn Column { get; }
    Property Value
    Type
    TreeGridColumn

    FilterPredicates

    Gets the list of filter predicates that defines a set of criteria to filter the data.

    Declaration
    public List<FilterPredicate> FilterPredicates { get; }
    Property Value
    Type
    System.Collections.Generic.List<FilterPredicate>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved