PivotCellBaseEventArgs.ColumnValueType Property
In This Article
Gets the type of the cell's column header.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Field |
A Field |
#Remarks
Use the PivotCellBaseEventArgs.RowValueType property to obtain the type of the cell's row header.
See Also