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

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.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public IList<GridTotalSummaryData> FixedSummariesLeft { get; }

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.

See Also