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

    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