Back to Devexpress

PivotCustomCellEditEventArgs.Value Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomcellediteventargs-dae1dbb2.md

latest1.1 KB
Original Source

PivotCustomCellEditEventArgs.Value Property

Gets the processed cell’s value.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public override object Value { get; }
vb
Public Overrides ReadOnly Property Value As Object

Property Value

TypeDescription
Object

An object that is the processed cell’s value.

|

See Also

PivotCustomCellEditEventArgs Class

PivotCustomCellEditEventArgs Members

DevExpress.XtraPivotGrid Namespace