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

GroupRowData.IsExpanded Property

Gets or sets whether the group row is expanded.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(false, Handler = "OnIsExpandedChanged")]
public bool IsExpanded { get; set; }

Property Value

Type Description
Boolean

true if the group row is expanded; otherwise, false.

See Also