Back to Devexpress

PdfViewerControl.AcceptsTab Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-c830fc23.md

latest1.2 KB
Original Source

PdfViewerControl.AcceptsTab Property

Gets or sets a value indicating whether pressing the TAB key is processed by the PDF Viewer instead of moving the focus to the next control in the tab order. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool AcceptsTab { get; set; }
vb
Public Property AcceptsTab As Boolean

Property Value

TypeDescription
Boolean

true if the input TAB key is processed by the PDF Viewer, otherwise, false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace