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