Skip to main content

PivotGridFieldValueTemplateContainer.Value Property

Gets the data value of the field value 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 rendered field value’s data value.

Remarks

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

See Also