Back to Devexpress

SlideView.CurrentIndex Property

maui-devexpress-dot-maui-dot-core-dot-slideview-36232b88.md

latest774 B
Original Source

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

csharp
public int CurrentIndex { get; set; }

Property Value

TypeDescription
Int32

An integer that specifies the item index.

|

See Also

SlideView Class

SlideView Members

DevExpress.Maui.Core Namespace