Skip to main content

DataControlBase.FixedSummariesRight Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public IList<GridTotalSummaryData> FixedSummariesRight { get; }

#Property Value

Type Description
IList<GridTotalSummaryData>

A list of GridTotalSummaryData objects that contain information on total summaries.

#Remarks

The FixedSummariesRight property returns the collection of objects that contain information on total summary items whose SummaryItemBase.Alignment property is set to GridSummaryItemAlignment.Right.

See Also