Skip to main content

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

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