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

TreeListSettingsFilterControl Members

Provides settings that affect the filter control functionality.

Constructors

Name Description
TreeListSettingsFilterControl(ASPxTreeList) Initializes a new instance of the TreeListSettingsFilterControl class.

Fields

Name Description
DefaultHierarchicalColumnPopupHeight static For internal use only. Inherited from FilterControlSettings.
DefaultMaxHierarchyDepth static For internal use only. Inherited from FilterControlSettings.

Properties

Name Description
AllowHierarchicalColumns Specifies if the filter builder can display hierarchical columns. Inherited from ASPxGridFilterControlSettings.
AllowNonVisualFilterExpression Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab. Inherited from ASPxGridFilterControlSettings.
ClearOperandValueOnColumnChange Gets or sets a value that specifies whether the criteria value in the Filter Control should be cleared when the specified field name is changed. Inherited from ASPxGridFilterControlSettings.
GroupOperationsVisibility Gets the visibility settings of the combining operator dropdown menu items in filter builder. Inherited from ASPxGridFilterControlSettings.
HierarchicalColumnPopupHeight Gets or sets the height of the popup window in which the columns list is displayed when hierarchical columns (see the ASPxGridFilterControlSettings.AllowHierarchicalColumns property) are enabled. Inherited from ASPxGridFilterControlSettings.
MaxHierarchyDepth Specifies a column’s max hierarchy depth level that can be displayed by the filter builder. Inherited from ASPxGridFilterControlSettings.
ShowAllDataSourceColumns Specifies which columns are visible in the filter builder: all data source columns or only the columns that are visible in the grid. Inherited from ASPxGridFilterControlSettings.
ShowOperandTypeButton Specifies whether an operand type button is displayed. Inherited from ASPxGridFilterControlSettings.
TextTabText Gets or sets the text displayed in the filter builder‘s Text tab. Inherited from ASPxGridFilterControlSettings.
ViewMode Specifies if the text filter expression editor is displayed in the filter builder. Inherited from ASPxGridFilterControlSettings.
VisualTabText Gets or sets the text displayed in the filter builder’s Visual tab. Inherited from ASPxGridFilterControlSettings.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from FilterControlSettings.
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.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also