Back to Devexpress

DataViewBase.FixedSummariesRight Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-8a2fbdd2.md

latest2.2 KB
Original Source

DataViewBase.FixedSummariesRight Property

Gets total summaries displayed within the Fixed Summary Panel and aligned to the right.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IList<GridTotalSummaryData> FixedSummariesRight { get; }
vb
Public ReadOnly Property FixedSummariesRight 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 FixedSummariesRight property returns the collection of objects that contain information on total summary items whose SummaryItemBase.Alignment property is set to ‘Right’.

To learn more, see Total Summary.

See Also

FixedSummariesLeft

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace