Back to Devexpress

SlideView.AllowLooping Property

maui-devexpress-dot-maui-dot-core-dot-slideview-1cd7374a.md

latest838 B
Original Source

SlideView.AllowLooping Property

Gets or sets whether users can slide past the last item to display the first item, and vice versa. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public bool AllowLooping { get; set; }

Property Value

TypeDescription
Boolean

true if item navigation is looped; otherwise, false.

|

See Also

SlideView Class

SlideView Members

DevExpress.Maui.Core Namespace