Represents the different layout options for aggregate results.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum ColumnAggregatesAlignment
Fields
Aggregate results are aligned to columns and placed below group key.
C#
BelowGroupKey = 2
Aggregate results are aligned to columns and placed on the same row as group key.
C#
NextToGroupKey = 1
Aggregate results are not aligned to columns.
C#
NoAlignment = 0