FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn Class / CellTemplate Property

In This Topic
    CellTemplate Property (GridDateTimeColumn)
    In This Topic
    Gets or sets the template used to display the contents of a cell that is not in editing mode.
    Syntax
    'Declaration
     
    Public Property CellTemplate As DataTemplate
    public DataTemplate CellTemplate {get; set;}
    See Also