ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grid Class / Columns Property

In This Topic
    Columns Property (Grid)
    In This Topic
    Gets the columns of the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As IList(Of GridColumn)
    public IList<GridColumn> Columns {get;}

    Property Value

    A list of GridColumn objects representing the columns of the grid.
    See Also