Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public bool ShowConditionalFilters { get; set; }

    Property Value

    Type Description
    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.

    WinForms Data Grid - Conditional Format Filters Item in Filter Popup, DevExpress

    See Also