Skip to main content

GridControl.PrintFixedTotalSummaryStyle Property

Gets or sets the style applied to fixed total summary items in a printed document. 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 PrintFixedTotalSummaryStyle { get; set; }

Property Value

Type Description
GridPrintBrickStyle

The style applied to printed fixed total summary items.

See Also