SummaryItemBase.Alignment Property
In This Article
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
[XtraSerializableProperty]
public GridSummaryItemAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
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