Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public IList<GridTotalSummaryData> FixedSummariesRight { 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 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