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

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

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