ConvertTextCommand Property (InsertTableGrid)
In This Topic
Gets or sets the command that is executed when a user chooses the converte text hyperlink.
Syntax
'Declaration
Public Property ConvertTextCommand As ICommand
public ICommand ConvertTextCommand {get; set;}
See Also