Skip to main content

PivotGridFilterItem.Text Property

Gets or sets the caption of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v14.2.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