Gets or sets the URL of the image contained in the Goto Previous button.
Namespace:
C1.Web.C1WebReportAssembly: C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] public string GotoPreviousImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Property GotoPreviousImageUrl As String Get Set |