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