Skip to main content
Version: 3.5

Spacer

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.

public class Spacer : Control

Constructors

Instance memberSpacer()

Initializes a new instance of the Spacer class.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations 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.