Class that represents the appearance and behaviors information of resizer..

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

Syntax

C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ResizeBehaviorSettings : C1BaseStateManager
Visual Basic
<SerializableAttribute> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class ResizeBehaviorSettings _
	Inherits C1BaseStateManager

Inheritance Hierarchy

System..::..Object
  C1BaseStateManager
    C1.Web.UI.Controls.C1Window..::..ResizeBehaviorSettings

See Also