ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / Columns Property

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