windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-2f7c40a1.md
Gets or sets whether to display the Conditional Format Filters item in Excel-style filter popups.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean ShowConditionalFilters { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Property ShowConditionalFilters As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
A value that specifies whether to display the Conditional Format filters item in Excel-style filter popups.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
You can access this nested property as listed below:
| Object Type | Path to ShowConditionalFilters |
|---|---|
| VGridControl |
.OptionsFilter .ShowConditionalFilters
|
If grid data has Conditional Formatting rules applied, you can allow a user to filter data based on the applied formatting. Enable the ShowConditionalFilters property to display the Conditional Format Filters item in filter popups.
See Also
ShowConditionalFormatFiltersItem