SlideView.CurrentIndex Property
Gets or sets the zero-based index of the visible item. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public int CurrentIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the item index. |
See Also