Skip to main content

CellInfo.ColumnValueInfo Property

Gets information about a column field related to the current cell.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldValueInfo ColumnValueInfo { get; }

Property Value

Type Description
FieldValueInfo

A FieldValueInfo object that contains information about a column field related to the current cell.

See Also