Back to Devexpress

CustomizePivotCellEventArgs.Value Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customizepivotcelleventargs-aa2a7fea.md

latest1.1 KB
Original Source

CustomizePivotCellEventArgs.Value Property

Specifies the value of the cell currently being processed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
Object

An object which represents the processed cell’s value.

|

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace