CopyTextCommand Property (C1FlexViewer)
In This Topic
The
System.Windows.Input.ICommand that copies the selected text to Clipboard.
Syntax
'Declaration
Public ReadOnly Property CopyTextCommand As ICommand
public ICommand CopyTextCommand {get;}
See Also