Back to Devexpress

DataViewBase.FixedSummariesLeft Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-d6ad77c4.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IList<GridTotalSummaryData> FixedSummariesLeft { get; }
vb
Public ReadOnly Property FixedSummariesLeft As IList(Of GridTotalSummaryData)

Property Value

TypeDescription
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

FixedSummariesRight

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace