RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1InsertTableGridPanel Class / CellTemplate Property

In This Topic
    CellTemplate Property (C1InsertTableGridPanel)
    In This Topic
    Gets or sets the template for each cell in the grid.
    Syntax
    'Declaration
     
    
    Public Property CellTemplate As DataTemplate
    public DataTemplate CellTemplate {get; set;}
    See Also