Back to Devexpress

FilterPopupExcelEventArgs.ShowConditionalFilters Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-49262410.md

latest2.1 KB
Original Source

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.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool ShowConditionalFilters { get; set; }
vb
Public Property ShowConditionalFilters As Boolean

Property Value

TypeDescription
Boolean

true to display the Conditional Format Filters item in the filter popup; otherwise, false.

|

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

ColumnViewOptionsFilter.ShowConditionalFilters

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace