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

TreeListCellTemplateContainerBase.Expandable Property

Gets whether the node that contains the processed cell has child nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public bool Expandable { get; }

Property Value

Type Description
Boolean

true if the node has child nodes; otherwise, false.

See Also