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

CardView.CollapsedCardOrientation Property

Gets the orientation of collapsed cards. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public CollapsedCardOrientation CollapsedCardOrientation { get; }

Property Value

Type Description
DevExpress.Xpf.Grid.CollapsedCardOrientation

A DevExpress.Xpf.Grid.CollapsedCardOrientation enumeration member that specifies the orientation of collapsed cards.

See Also