Class
DropDownListConstants

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

string

CssDropDownListIcon

The CSS class identifying the DropDownList icon.

Declaration

cs-api-definition
public const string CssDropDownListIcon = "rddlIcon"

Field Value

string

CssDropDownListInput

The CSS class identifying the DropDownList input.

Declaration

cs-api-definition
public const string CssDropDownListInput = "rddlFakeInput"

Field Value

string

CssDropDownListItem

The CSS class identifying the DropDownList item.

Declaration

cs-api-definition
public const string CssDropDownListItem = "rddl"

Field Value

string

CssDropDownListSelect

The CSS class identifying the DropDownList icon.

Declaration

cs-api-definition
public const string CssDropDownListSelect = "rddlSelect"

Field Value

string

DropDownList

The DropDownList key used across the source classes.

Declaration

cs-api-definition
public const string DropDownList = "RadDropDownList"

Field Value

string

DropDownListItemKey

The DropDownListItem key used across the source classes.

Declaration

cs-api-definition
public const string DropDownListItemKey = "RadDropDownListItem"

Field Value

string

IdDropDownList

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

Declaration

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

Field Value

string