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

    Gets or sets whether to display pattern-based filters in Excel-style filter popup menus.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool? ShowLikeFilters { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to enable filters that use pattern matching (such as Is Like or Is Not Like); otherwise, false.

    See Also