Class ColumnTotalsPosition
Defines the placement of column totals.
Inheritance
System.Object
ColumnTotalsPosition
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class ColumnTotalsPosition : Enum
Fields
Left
Totals are placed on the right.
Declaration
public const ColumnTotalsPosition Left
Field Value
None
Totals are not displayed.
Declaration
public const ColumnTotalsPosition None
Field Value
Right
Totals are placed on the right.
Declaration
public const ColumnTotalsPosition Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|