Class GridFilterBarShowDialogEventArgs
Provides EventArgs used by the FilterBarShowDialog event.
Inheritance
System.Object
System.EventArgs
GridFilterBarShowDialogEventArgs
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.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 |