Specifies the position and manner in which a control is docked.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
public enum DockMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration DockMode |
Members
| Member name | Description | |
|---|---|---|
| ByDefault | The control is able to be both docked and undocked. | |
| Docked | The control will be docked when control is over the dockable zone. | |
| Floating | The control will always be floating. |