Class
ButtonConstants

The RadButtobn constants used across the source classes.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class ButtonConstants

Inheritance: objectButtonConstants

Fields

ButtonKey

The 'RadButton' key used across the source classes.

Declaration

cs-api-definition
public const string ButtonKey = "RadButton"

Field Value

string

CheckBoxKey

The 'RadCheckBox' key used across the source classes.

Declaration

cs-api-definition
public const string CheckBoxKey = "RadCheckBox"

Field Value

string

CssPrimaryIcon

The base CSS class of the RadButton primary icon element.

Declaration

cs-api-definition
public const string CssPrimaryIcon = "rbPrimaryIcon"

Field Value

string

CssRadButton

The base CSS class of the RadButton wrapper element.

Declaration

cs-api-definition
public const string CssRadButton = "RadButton"

Field Value

string

CssSecondaryIcon

The base CSS class of the RadButton secondary icon element.

Declaration

cs-api-definition
public const string CssSecondaryIcon = "rbSecondaryIcon"

Field Value

string

CssText

The base CSS class of the RadButton text element.

Declaration

cs-api-definition
public const string CssText = "rbText"

Field Value

string

ImageButtonKey

The 'RadCheckBox' key used across the source classes.

Declaration

cs-api-definition
public const string ImageButtonKey = "RadImageButton"

Field Value

string

LinkButtonKey

The 'RadLinkButton' key used across the source classes.

Declaration

cs-api-definition
public const string LinkButtonKey = "RadLinkButton"

Field Value

string

PushButtonKey

The 'RadPushButton' key used across the source classes.

Declaration

cs-api-definition
public const string PushButtonKey = "RadPushButton"

Field Value

string

ToggleButtonKey

The 'RadLinkButton' key used across the source classes.

Declaration

cs-api-definition
public const string ToggleButtonKey = "RadToggleButton"

Field Value

string