Skip to main content

PivotGridFilterItem.Text Property

Gets or sets the caption of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String that specifies the caption of the filter item.

Remarks

You can also obtain the filter item’s caption using the PivotGridFilterItem.ToString method.

See Also