Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.Value Property

Gets the processed cell’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual object Value { get; }

Property Value

Type Description
Object

An object that is the processed cell’s value.

See Also