Skip to main content

PivotGridFieldValueTemplateContainer.CreateFieldValue() Method

In This Article

Creates the content of the processed field value cell.

Namespace: DevExpress.Web.ASPxPivotGrid

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

#Declaration

public PivotGridFieldValueHtmlCell CreateFieldValue()

#Returns

Type Description
DevExpress.Web.ASPxPivotGrid.PivotGridFieldValueHtmlCell

A PivotGridFieldValueHtmlCell object representing the field value cell.

See Also