GridControl.ShowGroupRowExpandButton Property
In This Article
Gets or sets whether to display expand buttons in group rows.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(true, Handler = "OnGroupRowExpandButtonChanged")]
public bool ShowGroupRowExpandButton { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true to display expand buttons in group rows; otherwise, false. |
See Also