Class GridFilteringEventArgs
Provides data for the Filtering Operations that are performed in SfDataGrid.
Inheritance
System.Object
GridFilteringEventArgs
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridFilteringEventArgs : Object
Constructors
GridFilteringEventArgs(Boolean)
Initializes new instance of GridFilteringEventArgs class.
Declaration
public GridFilteringEventArgs(bool isOpen)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isOpen | Indicates the state of the filter Popup. |
Properties
IsProgrammatic
Get or set a value indicates whether the Filtering operation is performed from code behind.
Declaration
public bool IsProgrammatic { get; set; }
Property Value
Type |
---|
System.Boolean |
PopupIsOpen
Gets a value indicates whether the Popup for the FilterControl is currently open.
Declaration
public bool PopupIsOpen { get; }
Property Value
Type |
---|
System.Boolean |