PivotGridFieldBase.IsColumn Property
Gets whether the field is displayed within the Column Header Area.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the field is displayed within the Column Header Area; otherwise, false. |
Remarks
The field’s position is specified by the PivotGridFieldBase.Area property. If this property is set to PivotArea.ColumnArea and the field is visible, the IsColumn property returns true.
See Also