Class
ToolBarConstants

Class that represents toolbar constants.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class ToolBarConstants

Inheritance: objectToolBarConstants

Fields

CssLightToolBarArrowIcon

The CSS class identifying the Lightweight ToolBar drop down and split button arrow icon.

Declaration

cs-api-definition
public const string CssLightToolBarArrowIcon = "radIcon"

Field Value

string

CssLightToolBarButton

The CSS class identifying the Lightweight ToolBar button.

Declaration

cs-api-definition
public const string CssLightToolBarButton = "rtbButton"

Field Value

string

CssLightToolBarButtonArrow

The CSS class identifying the Lightweight ToolBar drop down and split button arrow.

Declaration

cs-api-definition
public const string CssLightToolBarButtonArrow = "rtbArrow"

Field Value

string

CssLightToolBarExpanded

The CSS class identifying the Lightweight ToolBar drop down and split button expanded state.

Declaration

cs-api-definition
public const string CssLightToolBarExpanded = "rtbExpanded"

Field Value

string

CssLightToolBarMenuButton

The CSS class identifying the ToolBar drop down button.

Declaration

cs-api-definition
public const string CssLightToolBarMenuButton = "rtbButton rtbMenuButton"

Field Value

string

CssLightToolBarSplitButton

The CSS class identifying the Lightweight ToolBar split button.

Declaration

cs-api-definition
public const string CssLightToolBarSplitButton = "rtbButton rtbSplitButton"

Field Value

string

CssToolBar

The CSS class identifying the ToolBar control.

Declaration

cs-api-definition
public const string CssToolBar = "RadToolBar RadToolBar_"

Field Value

string

CssToolBarButton

The CSS class identifying the ToolBar button.

Declaration

cs-api-definition
public const string CssToolBarButton = "rtbBtn"

Field Value

string

CssToolBarButtonChoiceArrow

The CSS class identifying the ToolBar drop down and split button arrow.

Declaration

cs-api-definition
public const string CssToolBarButtonChoiceArrow = "rtbChoiceArrow"

Field Value

string

CssToolBarDropDownButton

The CSS class identifying the ToolBar drop down button.

Declaration

cs-api-definition
public const string CssToolBarDropDownButton = "rtbDropDown"

Field Value

string

CssToolBarDropDownExpanded

The CSS class identifying the ToolBar drop down and split button expanded state.

Declaration

cs-api-definition
public const string CssToolBarDropDownExpanded = "rtbDropDownExpanded"

Field Value

string

CssToolBarItem

The CSS class identifying the ToolBar item.

Declaration

cs-api-definition
public const string CssToolBarItem = "rtbItem"

Field Value

string

CssToolBarItemText

The CSS class identifying the ToolBar item text span element.

Declaration

cs-api-definition
public const string CssToolBarItemText = "rtbText"

Field Value

string

CssToolBarItemWrap

The CSS class identifying the ToolBar item wrap link element.

Declaration

cs-api-definition
public const string CssToolBarItemWrap = "rtbWrap"

Field Value

string

CssToolBarMenuButton

The CSS class identifying the ToolBar drop down button.

Declaration

cs-api-definition
public const string CssToolBarMenuButton = "rtbMenuButton"

Field Value

string

CssToolBarSeparator

The CSS class identifying the ToolBar item separator.

Declaration

cs-api-definition
public const string CssToolBarSeparator = "rtbSeparator"

Field Value

string

CssToolBarSplitButton

The CSS class identifying the ToolBar split button.

Declaration

cs-api-definition
public const string CssToolBarSplitButton = "rtbSplBtn"

Field Value

string

DropDownButtonKey

The ToolBarDropDownButton key used across the source classes.

Declaration

cs-api-definition
public const string DropDownButtonKey = "RadToolBarDropDown"

Field Value

string

SplitButtonKey

The ToolBarSplitButton key used across the source classes.

Declaration

cs-api-definition
public const string SplitButtonKey = "RadToolBarSplitButton"

Field Value

string

ToolBar

The ToolBar key used across the source classes.

Declaration

cs-api-definition
public const string ToolBar = "RadToolBar"

Field Value

string

ToolBarButtonKey

The ToolBarButton key used across the source classes.

Declaration

cs-api-definition
public const string ToolBarButtonKey = "RadToolBarButton"

Field Value

string

ToolBarItemKey

The ToolBarItem key used across the source classes.

Declaration

cs-api-definition
public const string ToolBarItemKey = "RadToolBarItem"

Field Value

string