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

CustomizePivotCellEventArgs.Value Property

Specifies the value of the cell currently being processed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object which represents the processed cell’s value.

See Also