GridControl.ShowGroupPanel Property
In This Article
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
See Also