Back to Devexpress

CellInfo.ColumnValueInfo Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellinfo-b190d81e.md

latest1.2 KB
Original Source

CellInfo.ColumnValueInfo Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldValueInfo ColumnValueInfo { get; }
vb
Public ReadOnly Property ColumnValueInfo As FieldValueInfo

Property Value

TypeDescription
FieldValueInfo

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

|

See Also

CellInfo Class

CellInfo Members

DevExpress.Xpf.PivotGrid Namespace