Skip to main content

PivotGridFieldBase.IsColumn Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[Browsable(false)]
public bool IsColumn { get; }

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