Gets or sets the index of the selected page view.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, )]
[DefaultValueAttribute()]
public int SelectedIndex { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, )> _
<DefaultValueAttribute()> _
Public Property SelectedIndex As Integer
	Get
	Set

See Also