Skip to main content

DataControlBase.ShowFixedTotalSummary Property

Gets or sets whether or not the Fixed Summary Panel is displayed within the grid. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool ShowFixedTotalSummary { get; set; }

Property Value

Type Description
Boolean

true to display the Fixed Summary Panel within the grid; otherwise, false.

Remarks

To learn more, see Total Summary

See Also