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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowConditionalFormatFiltersItem { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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 Type | Path to ShowConditionalFormatFiltersItem |
---|---|
VGridControlBase |
|
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