Gets or sets text displayed on the next button.

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute("")]
public string NextButtonText { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("")> _
Public Property NextButtonText As String
	Get
	Set

See Also