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.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public 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