ClassDockConstants
Class
String constatns of the dock(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class DockConstants
Inheritance: objectDockConstants
Fields
CssDock
The CSS class identifying the RadDock control.
CssDockCommandsContainer
The CSS class identifying the RadDockCommnads container.
Declaration
cs-api-definition
public const string CssDockCommandsContainer = "rdCommands"
Field Value
CssDockPlaceHolder
The CSS class identifying the RadDock's placeholder..
Declaration
cs-api-definition
public const string CssDockPlaceHolder = "rdPlaceHolder"
Field Value
CssDockZone
The CSS class identifying the RadDockZone control.
Declaration
cs-api-definition
public const string CssDockZone = "RadDockZone RadDockZone"
Field Value
KeyDock
The Dock key used accross the verifications and action messages.
KeyDockCommand
The DockCommand key used accross the verifications and action messages.
Declaration
cs-api-definition
public const string KeyDockCommand = "RadDockCommand"
Field Value
KeyDockZone
The DockZone key used accross the verifications and action messages.