ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / Bookmark Class / Children Property

In This Topic
    Children Property (Bookmark)
    In This Topic
    Gets the collection of sub-items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Children As IEnumerable(Of Bookmark)
    public IEnumerable<Bookmark> Children {get;}
    See Also