SummaryItemBase.Alignment Property
Gets or sets the horizontal alignment within the Fixed Summary Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Total summaries can be displayed within the Summary Panel and/or Fixed Summary Panel. Summaries displayed within the Fixed Summary Panel are not horizontally scrolled. They are always visible onscreen, regardless of the corresponding column's position and visibility.
If the Alignment property is set to GridSummaryItemAlignment.Default, the total summary is displayed within the Summary Panel. To display the total summary within the Fixed Summary Panel, align it to the Left or Right using the Alignment property.