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