FieldValueCellBase.IsColumn Property
Gets whether the cell is a column header.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the cell is a column header; false if the cell is a row header. |
See Also