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
None
Totals are not displayed.
Declaration
public const RowTotalsPosition None
Field Value
Top
Totals are placed to the top.
Declaration
public const RowTotalsPosition Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|