Skip to main content

TreeListOptionsColumnFilter Members

Contains a treelist column’s filter options.

Constructors

Name Description
TreeListOptionsColumnFilter(TreeListColumn) Initializes a new instance of the TreeListOptionsColumnFilter class.

Properties

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.

Methods

Name Description
Assign(BaseOptions) Copies the settings from the object passed as the parameter.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also