Gets or sets text displayed on the previous button.
Namespace:
C1.Web.UI.Controls.C1MultiPageAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [C1CategoryAttribute("Category.Appearance")] public string PrevButtonText { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute("")> _ <C1CategoryAttribute("Category.Appearance")> _ Public Property PrevButtonText As String Get Set |