Back to Devexpress

DXCollectionView.Orientation Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-3d28d70f.md

latest1.3 KB
Original Source

DXCollectionView.Orientation Property

Gets or sets the orientation of the CollectionView. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public LayoutOrientation Orientation { get; set; }

Property Value

TypeDefaultDescription
LayoutOrientationVertical

A LayoutOrientation enumeration value.

|

Available values:

NameDescription
Vertical

DXCollectionView items are oriented vertically.

| | Horizontal |

DXCollectionView items are oriented horizontally.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace