PivotGridFilterItem.Text Property
In This Article
Gets or sets the caption of the filter item.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#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