Skip to main content

PivotGridCellTemplateItem.Value Property

Gets the value of the cell currently being rendered.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that represents the cell’s value.

Remarks

The Value property contains the currently rendered cell’s value. This text represents the cell’s value with a specific formatting applied. The cell’s display text (with a specific formatting applied) can be obtained via the PivotGridCellTemplateItem.Text property.

See Also