Skip to main content

CustomizePivotCellEventArgs.Value Property

Specifies the value of the cell currently being processed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.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