windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsmenu-2e6b34ee.md
Gets or sets whether to display the Conditional Format Filters item in column header menus.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowConditionalFormatFiltersItem { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowConditionalFormatFiltersItem As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
A value that specifies whether to display the Conditional Format Filters item in column header menus.
|
You can access this nested property as listed below:
| Object Type | Path to ShowConditionalFormatFiltersItem |
|---|---|
| TreeList |
.OptionsMenu .ShowConditionalFormatFiltersItem
|
If TreeList data has Conditional Formatting rules applied, you can allow a user to filter data based on the applied formatting. Enable the ShowConditionalFiltersItem property to display the Conditional Format Filters item in column header menus.
See Also