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

TreeListCellTemplateContainerBase.Selected Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

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