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

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

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    [XtraSerializableProperty]
    public DefaultBoolean ShowConditionalFilters { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

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

    Available values:

    Name Description Return 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 Type Path 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.

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

    See Also