Gets or sets the image url for the inactive separator.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
public string SeparatorInactiveImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
Public Property SeparatorInactiveImageUrl As String

See Also