The URL to a custom image for the vertical line.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute("")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public string VerticalLineImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property VerticalLineImageUrl As String |