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

In This Topic
    IsLeaf Property
    In This Topic
    Gets or sets a value indicating whether this bookmark is a leaf node, meaning it has no child bookmarks.
    Syntax
    'Declaration
     
    Public Property IsLeaf As Boolean
    public bool IsLeaf {get; set;}

    Property Value

    true if this bookmark is a leaf node; otherwise, false.
    See Also