FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / SelectAllCommand Property

In This Topic
    SelectAllCommand Property (C1FlexViewerPane)
    In This Topic
    The System.Windows.Input.ICommand that selects all text in the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectAllCommand As ICommand
    public ICommand SelectAllCommand {get;}
    See Also