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