FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / DeselectAllCommand Property

In This Topic
    DeselectAllCommand Property (FlexViewerPane)
    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