ClassToolBarConstants
Class that represents toolbar constants.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class ToolBarConstants
Inheritance: objectToolBarConstants
Fields
CssLightToolBarArrowIcon
The CSS class identifying the Lightweight ToolBar drop down and split button arrow icon.
Declaration
public const string CssLightToolBarArrowIcon = "radIcon"
Field Value
CssLightToolBarButton
The CSS class identifying the Lightweight ToolBar button.
Declaration
public const string CssLightToolBarButton = "rtbButton"
Field Value
CssLightToolBarButtonArrow
The CSS class identifying the Lightweight ToolBar drop down and split button arrow.
Declaration
public const string CssLightToolBarButtonArrow = "rtbArrow"
Field Value
CssLightToolBarExpanded
The CSS class identifying the Lightweight ToolBar drop down and split button expanded state.
Declaration
public const string CssLightToolBarExpanded = "rtbExpanded"
Field Value
CssLightToolBarMenuButton
The CSS class identifying the ToolBar drop down button.
Declaration
public const string CssLightToolBarMenuButton = "rtbButton rtbMenuButton"
Field Value
CssLightToolBarSplitButton
The CSS class identifying the Lightweight ToolBar split button.
Declaration
public const string CssLightToolBarSplitButton = "rtbButton rtbSplitButton"
Field Value
CssToolBar
The CSS class identifying the ToolBar control.
Declaration
public const string CssToolBar = "RadToolBar RadToolBar_"
Field Value
CssToolBarButton
The CSS class identifying the ToolBar button.
CssToolBarButtonChoiceArrow
The CSS class identifying the ToolBar drop down and split button arrow.
Declaration
public const string CssToolBarButtonChoiceArrow = "rtbChoiceArrow"
Field Value
CssToolBarDropDownButton
The CSS class identifying the ToolBar drop down button.
Declaration
public const string CssToolBarDropDownButton = "rtbDropDown"
Field Value
CssToolBarDropDownExpanded
The CSS class identifying the ToolBar drop down and split button expanded state.
Declaration
public const string CssToolBarDropDownExpanded = "rtbDropDownExpanded"
Field Value
CssToolBarItem
The CSS class identifying the ToolBar item.
CssToolBarItemText
The CSS class identifying the ToolBar item text span element.
CssToolBarItemWrap
The CSS class identifying the ToolBar item wrap link element.
CssToolBarMenuButton
The CSS class identifying the ToolBar drop down button.
Declaration
public const string CssToolBarMenuButton = "rtbMenuButton"
Field Value
CssToolBarSeparator
The CSS class identifying the ToolBar item separator.
Declaration
public const string CssToolBarSeparator = "rtbSeparator"
Field Value
CssToolBarSplitButton
The CSS class identifying the ToolBar split button.
Declaration
public const string CssToolBarSplitButton = "rtbSplBtn"
Field Value
DropDownButtonKey
The ToolBarDropDownButton key used across the source classes.
Declaration
public const string DropDownButtonKey = "RadToolBarDropDown"
Field Value
SplitButtonKey
The ToolBarSplitButton key used across the source classes.
Declaration
public const string SplitButtonKey = "RadToolBarSplitButton"
Field Value
ToolBar
The ToolBar key used across the source classes.
ToolBarButtonKey
The ToolBarButton key used across the source classes.
Declaration
public const string ToolBarButtonKey = "RadToolBarButton"
Field Value
ToolBarItemKey
The ToolBarItem key used across the source classes.
Declaration
public const string ToolBarItemKey = "RadToolBarItem"
Field Value