FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / NavigateToOutlineNode Method
An outline node from C1.Xaml.Document.C1Document.Outlines tree.

In This Topic
    NavigateToOutlineNode Method
    In This Topic
    Navigates to the specified C1.Xaml.Document.OutlineNode.
    Syntax
    'Declaration
     
    Public Sub NavigateToOutlineNode( _
       ByVal outlineNode As OutlineNode _
    ) 
    public void NavigateToOutlineNode( 
       OutlineNode outlineNode
    )

    Parameters

    outlineNode
    An outline node from C1.Xaml.Document.C1Document.Outlines tree.
    See Also