Skip to main content

SlideView.Orientation Property

Gets or sets how SlideViewItems within this SlideView should be arranged. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

An Orientation enumerator value that specifies how SlideViewItems within this SlideView should be arranged.

See Also