The following tables list the members exposed by BeforeCustomRowFilterDialogEventArgs.
| Name | Description | |
|---|---|---|
|  | BeforeCustomRowFilterDialogEventArgs Constructor | Constructor. | 
| Name | Description | |
|---|---|---|
|  | Cancel | (Inherited from System.ComponentModel.CancelEventArgs) | 
|  | Column | Column for which the custom filter dialog is being shown. | 
|  | CustomRowFiltersDialog | Returns the custom row filter dialog. | 
|  | Rows | Returns null if the UltraGridOverride.RowFilterMode resolves to AllRowsInBand otherwise it returns the rows collection that's being filtered. |