ASP.NET Pack Programmer's Guide
Slideshow.SelectedIndex Property
See Also
 





Gets or sets the index of the currently selected image.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int SelectedIndex { get; set; }

Visual Basic  Copy Code

Public Property SelectedIndex As Integer

 Property Value

Type: Int32
An integer specifying the index of the currently selected child SlideshowItem.

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace