Gets or sets text displayed on the first button.

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

Syntax

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

See Also