Back to Devexpress

LabelControl.TabStop Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-d1c82f5a.md

latest1.3 KB
Original Source

LabelControl.TabStop Property

Gets or sets whether an end-user can tab to the label.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if tabbing moves focus to the label; otherwise, false.

|

Remarks

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

See Also

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace