ClassDropDownListConstants
Class
Represents the RadDropDownList constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class DropDownListConstants
Inheritance: objectDropDownListConstants
Fields
CssDropDownList
The CSS class identifying the DropDownList control.
Declaration
cs-api-definition
public const string CssDropDownList = "RadDropDownList RadDropDownList"
Field Value
CssDropDownListIcon
The CSS class identifying the DropDownList icon.
Declaration
cs-api-definition
public const string CssDropDownListIcon = "rddlIcon"
Field Value
CssDropDownListInput
The CSS class identifying the DropDownList input.
Declaration
cs-api-definition
public const string CssDropDownListInput = "rddlFakeInput"
Field Value
CssDropDownListItem
The CSS class identifying the DropDownList item.
CssDropDownListSelect
The CSS class identifying the DropDownList icon.
Declaration
cs-api-definition
public const string CssDropDownListSelect = "rddlSelect"
Field Value
DropDownList
The DropDownList key used across the source classes.
Declaration
cs-api-definition
public const string DropDownList = "RadDropDownList"
Field Value
DropDownListItemKey
The DropDownListItem key used across the source classes.
Declaration
cs-api-definition
public const string DropDownListItemKey = "RadDropDownListItem"
Field Value
IdDropDownList
The ID part identifying the drop down element of the DropDown control.