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

PivotGridFieldValueTemplateContainer.Text Property

Gets the display text of the field value currently being rendered.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public string Text { get; }

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