Class
DockConstants

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.

Declaration

cs-api-definition
public const string CssDock = "RadDock RadDock"

Field Value

string

CssDockCommandsContainer

The CSS class identifying the RadDockCommnads container.

Declaration

cs-api-definition
public const string CssDockCommandsContainer = "rdCommands"

Field Value

string

CssDockPlaceHolder

The CSS class identifying the RadDock's placeholder..

Declaration

cs-api-definition
public const string CssDockPlaceHolder = "rdPlaceHolder"

Field Value

string

CssDockZone

The CSS class identifying the RadDockZone control.

Declaration

cs-api-definition
public const string CssDockZone = "RadDockZone RadDockZone"

Field Value

string

KeyDock

The Dock key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyDock = "RadDock"

Field Value

string

KeyDockCommand

The DockCommand key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyDockCommand = "RadDockCommand"

Field Value

string

KeyDockZone

The DockZone key used accross the verifications and action messages.

Declaration

cs-api-definition
public const string KeyDockZone = "RadDockZone"

Field Value

string