SplitterPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Creates a panel that is associated with a SplitContainer.
- C#
- VB.NET
public class SplitterPanel : Panel
Public Class SplitterPanel
Inherits Panel
Constructors
SplitterPanel(splitContainer)
Initializes a new instance of the SplitterPanel class with its specified SplitContainer.
| Name | Type | Description |
|---|---|---|
| splitContainer | SplitContainer | The SplitContainer that contains the SplitterPanel. |
Properties
Collapsed
Boolean: Returns or sets a value that indicates whether the SplitterPanel is collapsed. (Default: False)
CollapseSide
HeaderPosition: Returns or sets a value that indicates to which side should the panel collapse. (Default: Top)
DefaultMargin
Padding: Returns the default margins for this control.
Name
String: The name of this SplitterPanel.
Parent
Control: Returns or sets the SplitContainer that contains this SplitterPanel.
Size
Size: Returns or sets the height and width of the SplitterPanel.
Methods
OnControlAdded(e)
Fires the ControlAdded event.
| Parameter | Type | Description |
|---|---|---|
| e | ControlEventArgs | A ControlEventArgs that contains the event data. |
OnControlRemoved(e)
Fires the ControlAdded event.
| Parameter | Type | Description |
|---|---|---|
| e | ControlEventArgs | A ControlEventArgs that contains the event data. |
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IImage | Provides access to common image properties across the controls that implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |