Class ButtonConstants
Inheritance
System.Object
ButtonConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class ButtonConstants
Fields
ButtonKey
Declaration
public const string ButtonKey = "RadButton"
Field Value
System.String
|
CheckBoxKey
Declaration
public const string CheckBoxKey = "RadCheckBox"
Field Value
System.String
|
CssPrimaryIcon
Declaration
public const string CssPrimaryIcon = "rbPrimaryIcon"
Field Value
System.String
|
CssRadButton
Declaration
public const string CssRadButton = "RadButton"
Field Value
System.String
|
CssSecondaryIcon
Declaration
public const string CssSecondaryIcon = "rbSecondaryIcon"
Field Value
System.String
|
CssText
Declaration
public const string CssText = "rbText"
Field Value
System.String
|
ImageButtonKey
Declaration
public const string ImageButtonKey = "RadImageButton"
Field Value
System.String
|
LinkButtonKey
Declaration
public const string LinkButtonKey = "RadLinkButton"
Field Value
System.String
|
PushButtonKey
Declaration
public const string PushButtonKey = "RadPushButton"
Field Value
System.String
|
ToggleButtonKey
Declaration
public const string ToggleButtonKey = "RadToggleButton"
Field Value
System.String
|