TreeListOptionsColumnFilter Properties
Contains a treelist column’s filter options.Name | Description |
---|---|
AllowAutoFilter | Gets or sets whether the column’s values can be filtered using the Automatic Filtering Row. |
AllowFilter | Gets or sets whether users can filter data against this column using the pop-up filter menu and filter panel. |
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 TreeListColumn.FieldNameSort or TreeListColumn.FieldName property specifies the data source field that provides values for the pop-up filter menu. |
FilterPopupMode | Gets or sets whether pop-up filter menus are displayed in the Excel or Classic style. |
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. |
ImmediateUpdatePopupDateFilter | Gets or sets whether a filter condition selected in the pop-up filter menu‘s calendar applies immediately. |
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 Values or Filters tab is activated when the Excel style pop-up filter menu opens. |
PopupExcelFilterEnumFilters | Gets or sets whether to show relational operators (Equals, GreaterThan, etc.) for enumeration values in the Excel style pop-up filter menus. |
PopupExcelFilterGrouping | Gets or sets data field (column) names separated by the comma, semicolon, space or tab character by which filter values are grouped in the column’s filter menu. |
PopupExcelFilterNumericValuesTabFilterType | Gets or sets whether numeric values are arranged in a list or a range in the Excel style pop-up filter menus. |
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 value list and value checklist in the pop-up filter menu contain the (Blanks) and (Non Blanks) filter conditions. |
ShowEmptyDateFilter | Gets or sets whether the calendar in the pop-up filter menu contains the Show Empty filter condition. |
See Also