Class
WindowConstants

String constatns of the window(Css classes, Id prefix, etc).

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class WindowConstants

Inheritance: objectWindowConstants

Fields

CssCloseButton

The CSS class identifying the Window's close button element.

Declaration

cs-api-definition
public const string CssCloseButton = "rwCloseButton"

Field Value

string

CssMaximizeButton

The CSS class identifying the Window's maximize button element.

Declaration

cs-api-definition
public const string CssMaximizeButton = "rwMaximizeButton"

Field Value

string

CssMinimizeButton

The CSS class identifying the Window's minimize button element.

Declaration

cs-api-definition
public const string CssMinimizeButton = "rwMinimizeButton"

Field Value

string

CssPinButton

The CSS class identifying the Window's pin button element.

Declaration

cs-api-definition
public const string CssPinButton = "rwPinButton"

Field Value

string

CssReloadButton

The CSS class identifying the Window's reload button element.

Declaration

cs-api-definition
public const string CssReloadButton = "rwReloadButton"

Field Value

string

CssResizeBorder1

The CSS class identifying the Window's div element, which handles top resize.

Declaration

cs-api-definition
public const string CssResizeBorder1 = "rwTopResize"

Field Value

string

CssResizeBorder2

The CSS class identifying the Window's table cell element, which handles bottom resize.

Declaration

cs-api-definition
public const string CssResizeBorder2 = "rwFooterCenter"

Field Value

string

CssResizeBorder3

The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.

Declaration

cs-api-definition
public const string CssResizeBorder3 = "rwCorner rw"

Field Value

string

CssStatusBar

The CSS class identifying the Window's statusbar element.

Declaration

cs-api-definition
public const string CssStatusBar = "rwStatusbar"

Field Value

string

CssWindow

The CSS class identifying the Window control.

Declaration

cs-api-definition
public const string CssWindow = "RadWindow RadWindow_"

Field Value

string

IdPrefix

The string that is prefix in window Id.

Declaration

cs-api-definition
public const string IdPrefix = "RadWindowWrapper_"

Field Value

string

KeyWindow

The name identifying the Window control.

Declaration

cs-api-definition
public const string KeyWindow = "RadWindow"

Field Value

string