ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Columns Property

In This Topic
    Columns Property (TransposedGridRowBase)
    In This Topic
    Gets the grid's column collection under the column.
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    Public Overridable ReadOnly Property Columns As IList(Of Column)
    [Json(2)]
    public virtual IList<Column> Columns {get;}
    See Also