Skip to main content
A newer version of this page is available. .
Tag

PivotGridFieldBase.IsColumn Property

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

Namespace: DevExpress.XtraPivotGrid

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

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