Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDateTimeColumn Class / CellTemplate Property

In This Topic
    CellTemplate Property (GridDateTimeColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CellTemplate As RenderFragment(Of Object)
    public RenderFragment<object> CellTemplate {get; set;}
    See Also