ClassWindowConstants
String constatns of the window(Css classes, Id prefix, etc).
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class WindowConstants
Inheritance: objectWindowConstants
Fields
CssCloseButton
The CSS class identifying the Window's close button element.
Declaration
public const string CssCloseButton = "rwCloseButton"
Field Value
CssMaximizeButton
The CSS class identifying the Window's maximize button element.
Declaration
public const string CssMaximizeButton = "rwMaximizeButton"
Field Value
CssMinimizeButton
The CSS class identifying the Window's minimize button element.
Declaration
public const string CssMinimizeButton = "rwMinimizeButton"
Field Value
CssPinButton
The CSS class identifying the Window's pin button element.
CssReloadButton
The CSS class identifying the Window's reload button element.
Declaration
public const string CssReloadButton = "rwReloadButton"
Field Value
CssResizeBorder1
The CSS class identifying the Window's div element, which handles top resize.
Declaration
public const string CssResizeBorder1 = "rwTopResize"
Field Value
CssResizeBorder2
The CSS class identifying the Window's table cell element, which handles bottom resize.
Declaration
public const string CssResizeBorder2 = "rwFooterCenter"
Field Value
CssResizeBorder3
The CSS class identifying the Window's table cell element, which handles resize actions: to left, to right and to diagonals.
Declaration
public const string CssResizeBorder3 = "rwCorner rw"
Field Value
CssStatusBar
The CSS class identifying the Window's statusbar element.
CssWindow
The CSS class identifying the Window control.
Declaration
public const string CssWindow = "RadWindow RadWindow_"
Field Value
IdPrefix
The string that is prefix in window Id.