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

ASPxGridFilterControlSettings Members

A base class that provides settings affecting the built-in filter control functionality.

Constructors

Name Description
ASPxGridFilterControlSettings(IPropertiesOwner) Initializes a new instance of the ASPxGridFilterControlSettings class with specified settings.

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.
AllowNonVisualFilterExpression Specifies whether the filter control enables filtering using complex valid expressions that cannot be visualized in the Visual tab.
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.
GroupOperationsVisibility Gets the visibility settings of the combining operator dropdown menu items in filter builder.
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.
MaxHierarchyDepth Specifies a column’s max hierarchy depth level that can be displayed by the filter builder.
ShowAllDataSourceColumns Specifies which columns are visible in the filter builder: all data source columns or only the columns that are visible in the grid.
ShowOperandTypeButton Specifies whether an operand type button is displayed.
TextTabText Gets or sets the text displayed in the filter builder‘s Text tab.
ViewMode Specifies if the text filter expression editor is displayed in the filter builder.
VisualTabText Gets or sets the text displayed in the filter builder’s Visual tab.

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