TreeListOptionsFilter.AllowAutoFilterConditionChange Property
Gets or sets whether or not the automatic filtering row for this TreeList control displays buttons, using which end-users can change the default filter operator for each column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowAutoFilterConditionChange { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | A DefaultBoolean enumerator value that specifies whether or not the automatic filtering row should display the condition selector. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowAutoFilterConditionChange |
---|---|
TreeList |
|
Remarks
To disable condition selectors for all TreeList controls within the application, disable the global WindowsFormsSettings.AllowAutoFilterConditionChange setting.
See Also