Gets or sets the URL to an image to display for the Last page button.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
[NotifyParentPropertyAttribute(true)]
[UrlPropertyAttribute]
public string LastPageImageUrl { get; set; }
Visual Basic
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<NotifyParentPropertyAttribute(True)> _
<UrlPropertyAttribute> _
Public Property LastPageImageUrl As String
	Get
	Set

See Also