Skip to main content
A newer version of this page is available. .

CardLayout Enum

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public enum CardLayout

Members

Name Description
Rows

Cards are arranged in rows.

CardsLayout_Rows

Columns

Cards are arranged in columns.

CardsLayout_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