Skip to main content
A newer version of this page is available. .

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.v20.2.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