Back to Devexpress

PopupContainerControl.TabStop Property

windowsforms-devexpress-dot-xtraeditors-dot-popupcontainercontrol-b33c972b.md

latest1.2 KB
Original Source

PopupContainerControl.TabStop Property

Gets or sets whether the user can focus this control using the TAB key.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

false always.

|

Remarks

This property overrides the System.Windows.Forms.Control.TabStop property.

See Also

PopupContainerControl Class

PopupContainerControl Members

DevExpress.XtraEditors Namespace