Skip to main content

GridControl.ShowGroupPanel Property

Gets or sets whether to display the Group Panel. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateIsGroupPanelVisible")]
public bool? ShowGroupPanel { get; set; }

Property Value

Type Description
Nullable<Boolean>

true to show the Group Panel; otherwise, false.

Remarks

WinUI Data Grid - Group Panel

See Also