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
public LayoutOrientation Orientation { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| LayoutOrientation | Vertical | A LayoutOrientation enumeration value. |
Available values:
| Name | Description |
|---|---|
| Vertical | DXCollectionView items are oriented vertically. |
| Horizontal | DXCollectionView items are oriented horizontally. |
See Also