Class GridFilterBarShowDialogEventArgs
Provides EventArgs used by the FilterBarShowDialog event.
Inheritance
System.Object
GridFilterBarShowDialogEventArgs
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridFilterBarShowDialogEventArgs : SyncfusionHandledEventArgs
Constructors
GridFilterBarShowDialogEventArgs(String, DialogResult)
Initializes a new instance of the GridFilterBarShowDialogEventArgs class.
Declaration
public GridFilterBarShowDialogEventArgs(string filterCriteria, DialogResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filterCriteria | The filter criteria. |
| System.Windows.Forms.DialogResult | result | The dialog result. |
Properties
FilterCriteria
Gets or sets the filter criteria.
Declaration
[TraceProperty(true)]
public string FilterCriteria { get; set; }
Property Value
| Type |
|---|
| System.String |
Result
Gets or sets the dialog result (if Handled = True was set).
Declaration
[TraceProperty(true)]
public DialogResult Result { get; set; }
Property Value
| Type |
|---|
| System.Windows.Forms.DialogResult |