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.v19.1.dll

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