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

XRCrossTabCell.DataLevel Property

Specifies the cell’s index in the data field collection.

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? DataLevel { get; }

Property Value

Type Default Description
Nullable<Int32> null

The level in the row field hierarchy.

Remarks

This property specifies an index of a cell’s bound field in the DataFields collection.

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

See Also