Skip to main content
A newer version of this page is available. .

DataViewBase.PrintFixedTotalSummary Property

Gets or sets whether the Fixed Summary Panel is printed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.Core.dll

Declaration

public bool PrintFixedTotalSummary { get; set; }

Property Value

Type Description
Boolean

true to print the Fixed Summary Panel; otherwise, false.

Remarks

If the PrintFixedTotalSummary property is set to true, but the Fixed Summary Panel is not actually displayed within a View (the DataViewBase.ShowFixedTotalSummary property is set to false), the Fixed Summary Panel is not printed.

To learn more, see Printing.

See Also