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

In This Topic
    LastPageCommand Property (C1FlexViewerPane)
    In This Topic
    The System.Windows.Input.ICommand that goes to the last page.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastPageCommand As ICommand
    public ICommand LastPageCommand {get;}
    See Also