ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Column Class / CellTemplate Property

In This Topic
    CellTemplate Property (Column)
    In This Topic
    Gets the cell template in this column.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellTemplate As CellTemplate
    public CellTemplate CellTemplate {get;}
    Remarks
    It only works for cells panel.
    See Also