PdfViewerBookmark.Children Property
In This Article
Returns the collection of bookmark children.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IReadOnlyList<PdfViewerBookmark> Children { get; }
#Property Value
Type | Description |
---|---|
IRead |
The collection of bookmark children.’ |
See Also