Skip to main content

FieldValueCellBase.IsColumn Property

Gets whether the cell is a column header.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

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