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

PivotGridCellTemplateContainer.Value Property

Gets the data value calculated for the cell currently being rendered.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that represents the rendered cell’s data value.

Remarks

Use the Value property to obtain the currently rendered cell’s data value. The display text of the rendered cell can be obtained via the PivotGridCellTemplateContainer.Text property.

See Also