Skip to main content

TreeList.HasFocus Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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