Skip to main content
All docs
V23.2

AccordionContentContainer.TabStop Property

Gets or sets whether a user can focus the current container using the TAB key.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool TabStop { get; set; }

Property Value

Type Default Description
Boolean false

true if a user can focus the control using the TAB key; otherwise, false.

See Also