Skip to main content
A newer version of this page is available. .

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 an end-user can filter against the current column using the filter dropdown.
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 column filter dropdown lists display values of the TreeListColumn.FieldNameSort field or values of the TreeListColumn.FieldName field.
FilterPopupMode Gets or sets the display mode for the current column’s filter dropdown.
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 This option is in effect for date-time columns whose Filter DropDown contains an embedded calendar with check boxes to select common date intervals. It specifies whether selecting a date or date range via this dropdown window filters Tree List nodes 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 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 has a filter used to select records that contain null values in a date-time column.
See Also