SummaryItemBase.Alignment Property
Gets or sets the summary item’s horizontal alignment within the Fixed Summary Panel. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
GridSummaryItemAlignment | A GridSummaryItemAlignment enumeration value that specifies the summary item’s horizontal alignment within the Fixed Summary Panel. |
Available values:
Name | Description |
---|---|
Left | A summary item is aligned to the left of the Fixed Summary Panel. |
Right | A summary item is aligned to the right of the Fixed Summary Panel. |
Default | A summary is displayed within a group row. |
Remarks
By default, the Alignment property is set to GridSummaryItemAlignment.Default.
See Also