Skip to main content

DataControlBase.FixedSummariesLeft Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public IList<GridTotalSummaryData> FixedSummariesLeft { get; }

#Property Value

Type Description
IList<GridTotalSummaryData>

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

#Remarks

The FixedSummariesLeft property returns the collection of objects that contain information on total summary items whose GridTotalSummaryItem.Alignment property is set to SummaryItemAlignment.Left.

See Also