RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1InsertTableTool.ViewModel Class / InsertTableCommand Property

In This Topic
    InsertTableCommand Property (C1InsertTableTool.ViewModel)
    In This Topic
    Gets or sets the insert-table command.
    Syntax
    'Declaration
     
    
    Public Property InsertTableCommand As ICommand
    public ICommand InsertTableCommand {get; set;}
    See Also