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.v24.2.dll

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