Skip to main content

GridControl.PrintTotalSummary Property

Gets or sets whether to print the 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 PrintTotalSummary { get; set; }

Property Value

Type Description
Boolean

true to print the summary panel; otherwise, false.

See Also