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

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