Skip to main content
All docs
V25.1
  • XRCrossTabCellCollection.RowCount Property

    Specifies the number of rows in the Cross Tab layout.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.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