ClassComboBoxConstants
Represents the RadComboBox constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class ComboBoxConstants
Inheritance: objectComboBoxConstants
Fields
ComboBox
The ComboBox key used across the source classes.
ComboBoxItemKey
The ComboBoxItem key used across the source classes.
Declaration
public const string ComboBoxItemKey = "RadComboBoxItem"
Field Value
CssComboBox
The CSS class identifying the ComboBox control.
Declaration
public const string CssComboBox = "RadComboBox RadComboBox"
Field Value
CssComboBoxActionButton
The CSS class identifying the ComboBox action button - lightweight.
Declaration
public const string CssComboBoxActionButton = "rcbActionButton"
Field Value
CssComboBoxIcon
The CSS class identifying the ComboBox arrow span - lightweight.
CssComboBoxItem
The CSS class identifying the ComboBox item.
CssComboBoxItemCheckBox
The CSS class identifying the ComboBox item checkbox.
Declaration
public const string CssComboBoxItemCheckBox = "rcbCheckBox"
Field Value
CssComboBoxItemTemplate
The CSS class identifying the ComboBox item template.
Declaration
public const string CssComboBoxItemTemplate = "rcbTemplate"
Field Value
CssComboBoxList
The CSS class identifying the ComboBox item list.
IdComboArrow
The ID part identifying the drop down arrow of the ComboBox control.
IdComboDropDown
The ID part identifying the drop down element of the ComboBox control.
IdComboInput
The ID part identifying the input element of the ComboBox control.