Skip to main content

GroupRowData.IsExpanded Property

Gets or sets whether the group row is expanded.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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