FilterPopupExcelEventArgs.ShowConditionalFilters Property
Gets or sets whether to display the Conditional Format Filters item in the filter popup.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
If grid data has Conditional Formatting rules applied, you can allow a user to filter data based on the applied formatting. Set the ShowConditionalFilters
event parameter to true
to display the Conditional Format Filters item in the filter popup.
See Also