Back to Devexpress

PivotGridFieldBase.IsColumnOrRow Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-2f60c341.md

latest2.3 KB
Original Source

PivotGridFieldBase.IsColumnOrRow Property

Gets whether the current field is displayed within the Column Header Area or Row 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 IsColumnOrRow { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsColumnOrRow As Boolean

Property Value

TypeDescription
Boolean

true if the field is displayed within the column header area or row header area.

|

Remarks

This property returns true if the current field is visible and displayed within the Column Header Area or Row Header Area. The field’s visibility is controlled by the PivotGridFieldBase.Visible property. The field’s current position is determined by the PivotGridFieldBase.Area property. In all other cases the IsColumnOrRow property returns false.

See Also

Area

Visible

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace