Skip to main content
Version: 3.5

SplitterPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Creates a panel that is associated with a SplitContainer.

public class SplitterPanel : Panel

Constructors

Instance memberSplitterPanel(splitContainer)

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

NameTypeDescription
splitContainerSplitContainerThe SplitContainer that contains the SplitterPanel.

Properties

Instance memberCollapsed

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

Instance memberCollapseSide

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

Instance memberName

String: The name of this SplitterPanel.

Instance memberParent

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

Instance memberSize

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

Implements

NameDescription
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.