PivotGridFieldValueTemplateContainer.Text Property
In This Article
Gets the display text of the field value currently being rendered.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that represents the field value’s display text. |
#Remarks
Use the Text property to obtain the currently rendered field value’s display text. This text represents the field value with a specific formatting applied. The value of the rendered field value can be obtained via the PivotGridFieldValueTemplateContainer.Value property.
See Also