Class ColumnAggregatesAlignment
Represents the different layout options for aggregate results.
Inheritance
System.Object
ColumnAggregatesAlignment
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class ColumnAggregatesAlignment : Enum
Fields
BelowGroupKey
Aggregate results are aligned to columns and placed below group key.
Declaration
public const ColumnAggregatesAlignment BelowGroupKey
Field Value
NextToGroupKey
Aggregate results are aligned to columns and placed on the same row as group key.
Declaration
public const ColumnAggregatesAlignment NextToGroupKey
Field Value
NoAlignment
Aggregate results are not aligned to columns.
Declaration
public const ColumnAggregatesAlignment NoAlignment
Field Value
value__
Declaration
public int value__
Field Value
System.
|