Class
ComboBoxConstants

Represents the RadComboBox constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class ComboBoxConstants

Inheritance: objectComboBoxConstants

Fields

ComboBox

The ComboBox key used across the source classes.

Declaration

cs-api-definition
public const string ComboBox = "RadComboBox"

Field Value

string

ComboBoxItemKey

The ComboBoxItem key used across the source classes.

Declaration

cs-api-definition
public const string ComboBoxItemKey = "RadComboBoxItem"

Field Value

string

CssComboBox

The CSS class identifying the ComboBox control.

Declaration

cs-api-definition
public const string CssComboBox = "RadComboBox RadComboBox"

Field Value

string

CssComboBoxActionButton

The CSS class identifying the ComboBox action button - lightweight.

Declaration

cs-api-definition
public const string CssComboBoxActionButton = "rcbActionButton"

Field Value

string

CssComboBoxIcon

The CSS class identifying the ComboBox arrow span - lightweight.

Declaration

cs-api-definition
public const string CssComboBoxIcon = "rcbIcon"

Field Value

string

CssComboBoxItem

The CSS class identifying the ComboBox item.

Declaration

cs-api-definition
public const string CssComboBoxItem = "rcb"

Field Value

string

CssComboBoxItemCheckBox

The CSS class identifying the ComboBox item checkbox.

Declaration

cs-api-definition
public const string CssComboBoxItemCheckBox = "rcbCheckBox"

Field Value

string

CssComboBoxItemTemplate

The CSS class identifying the ComboBox item template.

Declaration

cs-api-definition
public const string CssComboBoxItemTemplate = "rcbTemplate"

Field Value

string

CssComboBoxList

The CSS class identifying the ComboBox item list.

Declaration

cs-api-definition
public const string CssComboBoxList = "rcbList"

Field Value

string

IdComboArrow

The ID part identifying the drop down arrow of the ComboBox control.

Declaration

cs-api-definition
public const string IdComboArrow = "_Arrow"

Field Value

string

IdComboDropDown

The ID part identifying the drop down element of the ComboBox control.

Declaration

cs-api-definition
public const string IdComboDropDown = "_DropDown"

Field Value

string

IdComboInput

The ID part identifying the input element of the ComboBox control.

Declaration

cs-api-definition
public const string IdComboInput = "_Input"

Field Value

string