Skip to main content

GridControl.PrintGroupSummary Property

Gets or sets whether to print the group summary panel. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool PrintGroupSummary { get; set; }

Property Value

Type Description
Boolean

true to print the group summary panel; otherwise, false.

See Also