OptionsColumnFilter Properties
Contains filter options for columns.| Name | Description |
|---|---|
| AllowAutoFilter | Gets or sets whether the column’s values can be filtered using the auto filter row. |
| AllowFilter | Gets or sets whether to display the filter button within the column’s header (field filter button in Layout Views). |
| AllowFilterModeChanging | Gets or sets whether a dedicated menu item is available in a column header menu that allows an end-user to change the filter mode for columns. |
| AllowInHeaderSearch | Gets or sets whether a search box is enabled in the current column’s header. This property is in effect if the GridOptionsFilter.InHeaderSearchMode option is set to TextFilter. |
| AutoFilterCondition | Gets or sets the type of the comparison operator used to create filter conditions for the current column via the Automatic Filtering Row. |
| FilterBySortField | Gets or sets whether the column’s Filter Dropdown List displays values of the GridColumn.FieldNameSortGroup field or values of the GridColumn.FieldName field. |
| FilterPopupMode | Gets or sets which filtering options are available in pop-up menus and how they are presented. |
| ImmediateUpdateAutoFilter | Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the contents of the Auto Filter Row‘s cell. |
| ImmediateUpdatePopupDateFilterOnCheck |
This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. It specifies whether toggling the check boxes filters grid records immediately. |
| ImmediateUpdatePopupDateFilterOnDateChange |
This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. It specifies whether selecting a date or date range via the embedded calendar filters grid records immediately. |
| ImmediateUpdatePopupExcelFilter | Gets or sets whether filter conditions immediately apply to data, or only when the filter dropdown closes. This property is in effect for the Excel-style Filter Dropdown. |
| InHeaderSearchPrompt | Gets or sets a grayed out hint displayed in an empty header search box when the search box is activated. |
| 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 Values or Filters tab opens by default in the Excel-style Filter Dropdown. |
| PopupExcelFilterEnumFilters | Gets or sets whether to show relational operators (equality and inequalities) in the Filters tab of the Excel-style Filter Dropdown (if the current column contains enumeration data). |
| PopupExcelFilterGrouping | Gets or sets data field (column) names separated by a comma, semicolon, space or tab character by which filter values are grouped in the column’s filter menu. |
| PopupExcelFilterNumericValuesTabFilterType | Gets or sets the type of UI displayed in the Values tab of the Excel-inspired filter dropdown (if the current column is of a numeric data type). |
| 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 column’s Filter Dropdown (when presented as a Regular List or Checked List) displays the “(Blanks)” and “(Non Blanks)” filter items. |
| ShowEmptyDateFilter | Gets or sets whether a Filter Dropdown List has the “Show Empty” filter used to select records that contain null values in a date-time column. |
See Also