VGridOptionsRowFilter Properties
Contains filter options for individual rows.| Name | Description |
|---|---|
| AllowFilter | Gets or sets whether the filter button is displayed in the row header. |
| ImmediateUpdatePopupExcelFilter | Gets or sets whether filter conditions immediately apply to data, or only when the Excel-style Filter Dropdown closes. |
| PopupExcelFilterDateTimeValuesTabFilterType | Gets or sets whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus. |
| PopupExcelFilterDefaultTab | Gets or sets whether the tab with a list of available data values or a list of predefined filter conditions is active by default in the Excel-style Filter Dropdown. |
| PopupExcelFilterEnumFilters | If the current row contains enumeration data, gets or sets whether to show relational (equality and inequalities) filter conditions in the Excel-style Filter Dropdown. |
| PopupExcelFilterGrouping | Gets or sets data field (row) names separated by a comma, semicolon, space or tab character by which filter values are grouped in the column’s filter menu. |
| PopupExcelFilterNumericValuesTabFilterType | If the current row contains numeric data, gets or sets whether to display a list of available data values or a range track bar in the ‘Values’ tab of the Excel-style Filter Dropdown. |
| PopupExcelFilterTextFilters | Gets or sets whether to show pattern-matching (e.g., Is Like) and relational (e.g., Greater Than) operators for string values in the Excel style pop-up filter menus. |
| ShowBlanksFilterItems | Gets or sets whether the filter dropdown displays filter conditions that select blank and not blank data values. |
| ShowEmptyDateFilter | If the current row contains dates, gets or sets whether the filter dropdown displays a filter condition that selects the empty (null) and not empty (not null) data values. |
See Also