Skip to main content

XRCrossTabCellCollection.RowCount Property

Specifies the number of rows in the Cross Tab layout.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatLayout)]
public int RowCount { get; }

Property Value

Type Description
Int32

The number of rows.

See Also