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

GetSelectImageEventArgs.FocusedNode Property

Gets or sets a value indicating whether a node is focused.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public bool FocusedNode { get; set; }

Property Value

Type Description
Boolean

true, if a node is focused; otherwise, false.

See Also