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

Syntax
C# |
public bool IsColumn { get; }
|
VB |
Public ReadOnly Property IsColumn As Boolean
|
Property value
Type: Boolean
true, if the field is displayed within the Column Header Area; otherwise, false.

See Also