Back to Devexpress

VGridOptionsMenu.ShowConditionalFormatFiltersItem Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsmenu-caf5086a.md

latest2.7 KB
Original Source

VGridOptionsMenu.ShowConditionalFormatFiltersItem Property

Gets or sets whether to display the Conditional Format Filters item in column header menus.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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
VGridControlBase

.OptionsMenu .ShowConditionalFormatFiltersItem

|

Remarks

If grid 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

VGridOptionsMenu Class

VGridOptionsMenu Members

DevExpress.XtraVerticalGrid.Rows Namespace