Skip to main content
A newer version of this page is available. .

PivotCellEventArgsBase<TField, TData, TCustomTotal>.Value Property

Gets the processed cell’s value.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public virtual object Value { get; }

Property Value

Type Description
Object

An object that is the processed cell’s value.

See Also