Back to Devexpress

PivotGridFieldBase.IsColumn Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-851b3e84.md

latest1.8 KB
Original Source

PivotGridFieldBase.IsColumn Property

Gets whether the field is displayed within the Column Header Area.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsColumn { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsColumn As Boolean

Property Value

TypeDescription
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

IsColumnOrRow

Area

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace