Gets or sets the url of image that to expand the splitter bar.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DescriptionAttribute("Gets or sets the url of image that to expand the splitter bar.")] [JsonAttribute(true)] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] public string ExpandImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DescriptionAttribute("Gets or sets the url of image that to expand the splitter bar.")> _ <JsonAttribute(True)> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ <CategoryAttribute("Appearance")> _ Public Property ExpandImageUrl As String Get Set |