windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsmenu-caf5086a.md
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
[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 |
|---|---|
| VGridControlBase |
.OptionsMenu .ShowConditionalFormatFiltersItem
|
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