Skip to main content

PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

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

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