Gets or sets the text to display for the Last page button.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("")] [JsonAttribute(true, true, "")] [NotifyParentPropertyAttribute(true)] public string LastPageText { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ <NotifyParentPropertyAttribute(True)> _ Public Property LastPageText As String Get Set |