PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue Property
Gets the value of the column field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v21.1.Core.dll
NuGet Package: DevExpress.PivotGrid.Core
Declaration
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