ClassButtonConstants
The RadButtobn constants used across the source classes.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class ButtonConstants
Inheritance: objectButtonConstants
Fields
ButtonKey
The 'RadButton' key used across the source classes.
CheckBoxKey
The 'RadCheckBox' key used across the source classes.
CssPrimaryIcon
The base CSS class of the RadButton primary icon element.
Declaration
public const string CssPrimaryIcon = "rbPrimaryIcon"
Field Value
CssRadButton
The base CSS class of the RadButton wrapper element.
CssSecondaryIcon
The base CSS class of the RadButton secondary icon element.
Declaration
public const string CssSecondaryIcon = "rbSecondaryIcon"
Field Value
CssText
The base CSS class of the RadButton text element.
ImageButtonKey
The 'RadCheckBox' key used across the source classes.
Declaration
public const string ImageButtonKey = "RadImageButton"
Field Value
LinkButtonKey
The 'RadLinkButton' key used across the source classes.
Declaration
public const string LinkButtonKey = "RadLinkButton"
Field Value
PushButtonKey
The 'RadPushButton' key used across the source classes.
Declaration
public const string PushButtonKey = "RadPushButton"
Field Value
ToggleButtonKey
The 'RadLinkButton' key used across the source classes.
Declaration
public const string ToggleButtonKey = "RadToggleButton"
Field Value