Skip to main content
Tab

VerticalGridHierarchicalRow.Expanded Property

Gets whether the row has been expanded or collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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