Skip to main content

PivotGridFieldValueTemplateContainer.HtmlText 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 HtmlText { get; }

Property Value

Type Description
String

A string that represents the field value’s display text. ‘ ‘ if the field’s value is an empty string.

See Also