Gets or sets the URL to an image to display for the Next 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, "")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [NotifyParentPropertyAttribute(true)] [UrlPropertyAttribute] public string NextPageImageUrl { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <NotifyParentPropertyAttribute(True)> _ <UrlPropertyAttribute> _ Public Property NextPageImageUrl As String Get Set |