Skip to main content

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.v23.2.Core.dll

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

Declaration

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

Property Value

Type Description
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