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

In This Topic
    CellTemplate Property (TransposedGridRowBase)
    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