Skip to main content

PivotCustomCellEditEventArgs.Value Property

Gets the processed cell’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public override object Value { get; }

Property Value

Type Description
Object

An object that is the processed cell’s value.

See Also