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

TreeListNode.Selected Property

Gets or sets whether the node is selected.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual bool Selected { get; set; }

Property Value

Type Description
Boolean

true to select the node; otherwise, false.

Remarks

For detailed information on selecting nodes, see Selection.

See Also