Skip to main content
All docs
V25.2
  • ExcelFilterOptions.ShowComparisonsForText Property

    Gets or sets whether to display comparison filters for text in Excel-style filter popup menus.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool? ShowComparisonsForText { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to enable comparison operators for string fields; otherwise false.

    See Also