Skip to main content
All docs
V23.2

PdfViewerBookmark.Expanded Property

Gets or sets whether the bookmark is initially expanded (bookmark children are displayed) in the navigation pane after a document is loaded.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Expanded { get; set; }

Property Value

Type Description
Boolean

true if bookmark children are initially displayed; otherwise, false.

See Also