Skip to main content
A newer version of this page is available. .

SummaryItemAlignment Enum

Lists values that specify a summary item’s horizontal alignment in the Fixed Summary Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum SummaryItemAlignment

Members

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.

Related API Members

The following properties accept/return SummaryItemAlignment values:

See Also