CellInfo.ColumnValueInfo Property
In This Article
Gets information about a column field related to the current cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldValueInfo ColumnValueInfo { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
See Also