Skip to main content
A newer version of this page is available.
All docs
V20.2

XRCrossTabCell.ColumnLevel Property

Specifies the cell’s level in a hierarchy of column fields.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public int? ColumnLevel { get; }

Property Value

Type Default Description
Nullable<Int32> null

The level in the column field hierarchy.

Remarks

When the ColumnFields collection contains two or more fields, they form a hierarchy. Cells bound to the corresponding data source fields also have a hierarchical structure. The ColumnLevel property defines the hierarchical level.

This property is for internal use. In most cases, you do not need to check or change the property value.

See Also