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

    Specifies the number of columns 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 ColumnCount { get; }

    Property Value

    Type Description
    Int32

    The number of columns.

    See Also