CardLayout Enum
In This Article
Lists values that specify how cards are arranged within a Card View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Rows
|
Cards are arranged in rows. |
Columns
|
Cards are arranged in columns. |
#Related API Members
The following properties accept/return CardLayout values:
#Remarks
The values listed by this enumeration are used to set the CardView.CardLayout property’s value.
See Also