Class that represents the appearance and behaviors information of splitter panel.

Namespace:  C1.Web.UI.Controls.C1Splitter
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[SerializableAttribute]
[PersistChildrenAttribute(false)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[ParseChildrenAttribute(true)]
public class SplitterPanel : C1BaseStateManager
Visual Basic (Declaration)
<SerializableAttribute> _
<PersistChildrenAttribute(False)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<ParseChildrenAttribute(True)> _
Public Class SplitterPanel _
	Inherits C1BaseStateManager

Inheritance Hierarchy

System..::..Object
  C1BaseStateManager
    C1.Web.UI.Controls.C1Splitter..::..SplitterPanel

See Also