DataViewBase.FixedSummariesLeft Property
Gets total summaries displayed within the Fixed Summary Panel and aligned to the left.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IList<GridTotalSummaryData> | A list of GridTotalSummaryData objects that contain information on total summaries. |
Remarks
Unlike the Summary Panel, summaries within the Fixed Summary Panel are not horizontally scrolled. The position of the summaries is constant and doesn’t change regardless of the corresponding column’s position.
The FixedSummariesLeft property returns the collection of objects that contain information on total summary items whose SummaryItemBase.Alignment property is set to ‘Left’.
To learn more, see Total Summary.