Skip to main content

TreeListCellTemplateContainerBase.Selected Property

Indicates whether the node that contains the processed cell is selected.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public bool Selected { get; }

Property Value

Type Description
Boolean

true if the node that contains the processed cell is selected; otherwise, false.

See Also