Gets or sets the delay time of each page in AutoPlay mode.

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

Syntax

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

See Also