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

VerticalGridHierarchicalRow.Expanded Property

Gets whether the row has been expanded or collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Expanded { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the row has been expanded; otherwise, false.

See Also