Class that represents the appearance and behaviors information of splitter bar.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[SerializableAttribute] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class SplitterBar : C1BaseStateManager |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Class SplitterBar _ Inherits C1BaseStateManager |