Gets or sets a value that determines whether to go back to the first page automatically when the last page is reached.

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

Syntax

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

Remarks

This value takes effect when AutoPlay is set to true.

See Also