Skip to main content
Version: 4.1

SplitterPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Creates a panel that is associated with a SplitContainer.

public class SplitterPanel : Panel

Constructors

Instance member SplitterPanel(splitContainer)

Initializes a new instance of the SplitterPanel class with its specified SplitContainer.

NameTypeDescription
splitContainerSplitContainerThe SplitContainer that contains the SplitterPanel.

Properties

Instance member Collapsed

Boolean: Returns or sets a value that indicates whether the SplitterPanel is collapsed. (Default: False)

Instance member CollapseSide

HeaderPosition: Returns or sets a value that indicates to which side should the panel collapse. (Default: Top)

Protected member DefaultMargin

Padding: Returns the default margins for this control.

Instance member Name

String: The name of this SplitterPanel.

Instance member Parent

Control: Returns or sets the SplitContainer that contains this SplitterPanel.

Instance member Size

Size: Returns or sets the height and width of the SplitterPanel.

Methods

Protected member OnControlAdded(e)

Fires the ControlAdded event.

ParameterTypeDescription
eControlEventArgsA ControlEventArgs that contains the event data.

Protected member OnControlRemoved(e)

Fires the ControlAdded event.

ParameterTypeDescription
eControlEventArgsA ControlEventArgs that contains the event data.

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IImageProvides access to common image properties across the controls that implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.