FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewer Class / DeselectAllCommand Property

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