Class GridFilterEventArgs
Provides data about the FilterChanging event.
Inheritance
System.Object
System.EventArgs
GridFilterEventArgs
Inherited Members
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)
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridFilterEventArgs : SyncfusionHandledEventArgs
Remarks
GridFilterEventArgs is a custom event argument class used by the FilterChanging event when the user clicks inside a cell.
Constructors
GridFilterEventArgs(GridDataVisibleColumn, FilterPredicate)
Initializes a new GridCellClickEventArgs.
Declaration
public GridFilterEventArgs(GridDataVisibleColumn column, FilterPredicate filterpredicate)
Parameters
Type | Name | Description |
---|---|---|
GridDataVisibleColumn | column | |
Syncfusion.Windows.Data.FilterPredicate | filterpredicate |
Properties
Column
Declaration
public GridDataVisibleColumn Column { get; }
Property Value
FilterPredicate
Declaration
public FilterPredicate FilterPredicate { get; }
Property Value
Type |
---|
Syncfusion.Windows.Data.FilterPredicate |
See Also
Syncfusion.Windows.Controls.Grid.GridControlBase.RaiseGridCellClick(System.Int32,System.Int32)