Skip to main content
A newer version of this page is available. .

TreeList.HasFocus Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
public virtual bool HasFocus { get; }

Property Value

Type Description
Boolean

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

See Also