GridControl.PrintTotalSummaryStyle Property
In This Article
Gets or sets the style applied to total summary items when they are printed. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null)]
public GridPrintBrickStyle PrintTotalSummaryStyle { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
The style applied to printed total summary items. |
See Also