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

XRCrossTabCell.DataLevel Property

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

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

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