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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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