Skip to main content

TreeListCellTemplateContainerBase.Expandable Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public bool Expandable { get; }

Property Value

Type Description
Boolean

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

See Also