ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / BookmarkInfo Class / Kids Property

In This Topic
    Kids Property
    In This Topic
    Gets or sets an array of child bookmarks, representing the hierarchical structure of bookmarks.
    Syntax
    'Declaration
     
    Public Property Kids As BookmarkInfo()
    public BookmarkInfo[] Kids {get; set;}

    Property Value

    An array of BookmarkInfo objects representing child bookmarks.
    See Also