Back to Devexpress

TreeListOptionsMenu.ShowConditionalFormatFiltersItem Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsmenu-2e6b34ee.md

latest2.6 KB
Original Source

TreeListOptionsMenu.ShowConditionalFormatFiltersItem Property

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowConditionalFormatFiltersItem { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowConditionalFormatFiltersItem As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

A value that specifies whether to display the Conditional Format Filters item in column header menus.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowConditionalFormatFiltersItem
TreeList

.OptionsMenu .ShowConditionalFormatFiltersItem

|

Remarks

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

ShowConditionalFilters

Conditional Formatting Filters

TreeListOptionsMenu Class

TreeListOptionsMenu Members

DevExpress.XtraTreeList Namespace