Skip to main content

GridTotalSummaryItem.Alignment Property

Gets or sets the summary item’s horizontal alignment within the Fixed Summary Panel. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(SummaryItemAlignment.Default, Handler = "OnSummaryChanged")]
public SummaryItemAlignment Alignment { get; set; }

Property Value

Type Description
SummaryItemAlignment

The summary item’s horizontal alignment within the fixed summary panel.

Available values:

Name Description
Left

A summary is displayed in the Fixed Summary Panel and aligned to the left.

Right

A summary is displayed in the Fixed Summary Panel and aligned to the right.

Default

A summary is displayed in the Summary Panel.

See Also