Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-ed8041db.md

latest1.7 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue Property

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
public object ColumnFieldValue { get; }
vb
Public ReadOnly Property ColumnFieldValue As Object

Property Value

TypeDescription
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

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace