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.v19.1.Core.dll

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