Image url for the radio mark symbol.
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 RadioMarkImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property RadioMarkImageUrl As String |