Back to Devexpress

TreeList.HasFocus Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-11b213ea.md

latest1.2 KB
Original Source

TreeList.HasFocus Property

Gets a value indicating whether the Tree List control is focused.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public virtual bool HasFocus { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property HasFocus As Boolean

Property Value

TypeDescription
Boolean

true if the Tree List has focus; otherwise, false.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace