Skip to main content

TreeListCellTemplateContainerBase.Expanded Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public bool Expanded { get; }

Property Value

Type Description
Boolean

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

See Also