Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridColumn Class / CellTemplate Property


In This Topic
    CellTemplate Property
    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 Xamarin.Forms.DataTemplate
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As Xamarin.Forms.DataTemplate
     
    instance.CellTemplate = value
     
    value = instance.CellTemplate
    public Xamarin.Forms.DataTemplate CellTemplate {get; set;}
    See Also