Class PivotLayoutType
Enumerates the available layouts in TableBase.
Inheritance
System.Object
PivotLayoutType
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class PivotLayoutType : Enum
Fields
Compact
Specify Compact layout.
Declaration
public const PivotLayoutType Compact
Field Value
PivotLayoutType
|
Outline
Specify Outline layout.
Declaration
public const PivotLayoutType Outline
Field Value
PivotLayoutType
|
Tabular
Specify Tabular layout.
Declaration
public const PivotLayoutType Tabular
Field Value
PivotLayoutType
|
value__
Declaration
public int value__
Field Value
System.Int32
|