Class PivotLayoutType
Enumerates the available layouts in Table
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
Outline
Specify Outline layout.
Declaration
public const PivotLayoutType Outline
Field Value
Tabular
Specify Tabular layout.
Declaration
public const PivotLayoutType Tabular
Field Value
value__
Declaration
public int value__
Field Value
System.
|