Skip to main content
A newer version of this page is available. .

PivotGridCellTemplateContainer.Text Property

Gets the display text of the cell currently being rendered.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Text { get; }

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