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

PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue Property

Gets the value of the column field that corresponds to the current cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public object ColumnFieldValue { get; }

Property Value

Type Description
Object

An object that represents the value of the corresponding column field.

Remarks

This property returns the value of the field specified by the PivotGridCustomSummaryEventArgsBase<T>.ColumnField property.

See Also