Back to Devexpress

VGridOptionsFilter.ShowConditionalFilters Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-2f7c40a1.md

latest2.9 KB
Original Source

VGridOptionsFilter.ShowConditionalFilters Property

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public DefaultBoolean ShowConditionalFilters { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Property ShowConditionalFilters As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A value that specifies whether to display the Conditional Format filters item in Excel-style filter popups.

|

Available values:

NameDescriptionReturn 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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowConditionalFilters
VGridControl

.OptionsFilter .ShowConditionalFilters

|

Remarks

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

Conditional Formatting Filters

VGridOptionsFilter Class

VGridOptionsFilter Members

DevExpress.XtraVerticalGrid Namespace