Class RowTotalsPosition
Defines the placement of row totals.
Inheritance
System.Object
RowTotalsPosition
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class RowTotalsPosition : Enum
Fields
Bottom
Totals are placed to the bottom.
Declaration
public const RowTotalsPosition Bottom
Field Value
RowTotalsPosition
|
None
Totals are not displayed.
Declaration
public const RowTotalsPosition None
Field Value
RowTotalsPosition
|
Top
Totals are placed to the top.
Declaration
public const RowTotalsPosition Top
Field Value
RowTotalsPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|