Skip to main content

PivotFilterBase.NonColumnCriteriaString Property

Gets or sets a filter string part that is not associated with any Pivot Grid field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public string NonColumnCriteriaString { get; }

Property Value

Type Description
String

A String value that is a filter string part that is not associated with any Pivot Grid field.

See Also