Gets or sets the css class name for rendering the splitter bar while it is beeing dragged.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true)] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] [DescriptionAttribute("Gets or sets the css class name for rendering the splitter bar while it is beeing dragged.")] public string DragCssClass { get; set; } |
Visual Basic (Declaration) |
---|
<JsonAttribute(True)> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ <CategoryAttribute("Appearance")> _ <DescriptionAttribute("Gets or sets the css class name for rendering the splitter bar while it is beeing dragged.")> _ Public Property DragCssClass As String Get Set |