PdfViewer.IsOutlinesViewOpened Property
In This Article
Returns whether the PDF viewer currently shows the Outlines view. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public bool IsOutlinesViewOpened { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also