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

PivotGridFilterItem.Text Property

Gets or sets the caption of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

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