Gets or sets text displayed on the last 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 LastButtonText { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("")> _
Public Property LastButtonText As String
	Get
	Set

See Also