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

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.v18.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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowAutoFilterConditionChange
WinForms Controls ResourcesTree
.OptionsFilter.AllowAutoFilterConditionChange
TreeList
.OptionsFilter.AllowAutoFilterConditionChange
Reporting XRDesignFieldList
.OptionsFilter.AllowAutoFilterConditionChange
XRDesignReportExplorer
.OptionsFilter.AllowAutoFilterConditionChange

Remarks

To disable condition selectors for all TreeList controls within the application, disable the global WindowsFormsSettings.AllowAutoFilterConditionChange setting.

See Also