Skip to main content

PivotGridFieldValueTemplateContainer.Text Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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