Class CardLayout
Defines the different layouts that a RadCardView can have.
Inheritance
System.Object
CardLayout
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class CardLayout : Enum
Fields
Columns
Layout should be vertically oriented.
Declaration
public const CardLayout Columns
Field Value
CardLayout
|
Rows
Layout should be horizontally oriented.
Declaration
public const CardLayout Rows
Field Value
CardLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|