SummaryItemAlignment Enum
In This Article
Lists values that specify a summary item’s horizontal alignment in the Fixed Summary Panel.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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