Back to Devexpress

XtraTabPage.TabStop Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-b821234a.md

latest1.4 KB
Original Source

XtraTabPage.TabStop Property

Gets or sets a value indicating whether an end-user can focus this page using the TAB key.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool TabStop { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TabStop As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can focus the page using the TAB key; otherwise, false.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

PageEnabled

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace