Skip to main content

PivotGridFieldValueTemplateContainer.CreateFieldValue() Method

Creates the content of the processed field value cell.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridFieldValueHtmlCell CreateFieldValue()

Returns

Type Description
DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueHtmlCell

A PivotGridFieldValueHtmlCell object representing the field value cell.

See Also