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

FieldValueCellBase.IsColumn Property

Gets whether the cell is a column header.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public bool IsColumn { get; }

Property Value

Type Description
Boolean

true if the cell is a column header; false if the cell is a row header.

See Also