Skip to main content

GridControl.PrintFixedTotalSummary Property

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

Property Value

Type Description
Boolean

true to print the fixed total summary panel; otherwise, false.

See Also