CardLayout
Enum
Defines the different layouts that a RadCardView can have.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public enum CardLayout
Fields
Layout should be vertically oriented.
C#
Columns = 1
Layout should be horizontally oriented.
C#
Rows = 0