DXCollectionView.Orientation Property
In This Article
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
C#
public LayoutOrientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Layout |
Vertical | A Layout |
Available values:
Name | Description |
---|---|
Vertical | DXCollection |
Horizontal | DXCollection |
See Also