Enum
ColumnAggregatesAlignment

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.

Declaration

cs-api-definition
BelowGroupKey = 2

Field Value

ColumnAggregatesAlignment

NextToGroupKey

Aggregate results are aligned to columns and placed on the same row as group key.

Declaration

cs-api-definition
NextToGroupKey = 1

Field Value

ColumnAggregatesAlignment

NoAlignment

Aggregate results are not aligned to columns.

Declaration

cs-api-definition
NoAlignment = 0

Field Value

ColumnAggregatesAlignment