Skip to main content

CardView.CollapsedCardOrientation Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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