Gets or sets the text to display for the First 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 FirstPageText { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ <NotifyParentPropertyAttribute(True)> _ Public Property FirstPageText As String Get Set |