DXCollectionView.Orientation Property
Gets or sets the orientation of the CollectionView.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
Declaration
public LayoutOrientation Orientation { get; set; }
Property Value
| Type |
|---|
| LayoutOrientation |
Available values:
| Name |
|---|
| Vertical |
| Horizontal |
See Also