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

BaseFilter.InvalidCriteriaDisplayText Property

Gets a texts notifying an end-user that the filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is specified incorrectly.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public static string InvalidCriteriaDisplayText { get; }

Property Value

Type Description
String

A String value that is a text notifying an end-user that the filter criteria is specified incorrectly.

See Also