Back to Devexpress

CardLayout Enum

wpf-devexpress-dot-xpf-dot-grid-27a3d30f.md

latest1.2 KB
Original Source

CardLayout Enum

Lists values that specify how cards are arranged within a Card View.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum CardLayout
vb
Public Enum CardLayout

Members

NameDescription
Rows

Cards are arranged in rows.

| | Columns |

Cards are arranged in columns.

|

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

DevExpress.Xpf.Grid Namespace