Skip to main content

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

[XtraSerializableProperty]
public GridSummaryItemAlignment Alignment { get; set; }

#Property Value

Type Description
GridSummaryItemAlignment

A GridSummaryItemAlignment enumeration value that specifies the summary item's horizontal alignment within the Fixed Summary Panel.

#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.

TotalSummary_TableView

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.

#Implements

DevExpress.Xpf.Grid.IAlignmentItem.Alignment
See Also