EnumColumnAggregatesAlignment
Enum
Represents the different layout options for aggregate results.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public enum ColumnAggregatesAlignment
Fields
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.