Skip to main content

FilterPopupExcelEventArgs.ShowLikeFilters Property

Gets or sets whether to show the pattern-matching (Is Like, Is Not Like) operators for string values.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool ShowLikeFilters { get; set; }

Property Value

Type Description
Boolean

true to show the pattern-matching operators; otherwise, false.

See Also