DataControlBase.ShowFixedTotalSummary Property
In This Article
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
#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