CustomFilterDialogEventArgs Properties
Provides data for the ColumnView.CustomFilterDialog event.
Name | Description |
---|---|
Column | Gets the column to be filtered using custom filter criteria. |
Filter |
Gets or sets an object specifying custom filter criteria. |
Handled | Gets or sets a value specifying whether the custom filter dialog should be invoked. |
Reset |
Gets or sets whether event handlers of the dialog’s editors are reset (i. |
Use |
Gets or sets whether the asterisk (‘*’) character can be used as a wildcard character. |
See Also