RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / InsertTableGridPanel Class / SelectedCellTemplate Property

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