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

In This Topic
    Columns Property (Grid)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As IList(Of GridColumn)
    public IList<GridColumn> Columns {get;}
    See Also