Class
AutoCompleteBoxConstants

Represents the RadAutoCompleteBox constants class.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public static class AutoCompleteBoxConstants

Inheritance: objectAutoCompleteBoxConstants

Fields

AutoCompleteBox

The AutoCompleteBox key used across the source classes.

Declaration

cs-api-definition
public const string AutoCompleteBox = "RadAutoCompleteBox"

Field Value

string

AutoCompleteBoxDropDown

The AutoCompleteBox drop down key used across the source classes.

Declaration

cs-api-definition
public const string AutoCompleteBoxDropDown = "RadAutoCompleteBoxDropDown"

Field Value

string

AutoCompleteBoxDropDownItem

The AutoCompleteBox drop down item key used across the source classes.

Declaration

cs-api-definition
public const string AutoCompleteBoxDropDownItem = "RadAutoCompleteBoxDropDownItem"

Field Value

string

CssAutoCompleteBox

The CSS class identifying the AutoCompleteBox control.

Declaration

cs-api-definition
public const string CssAutoCompleteBox = "RadAutoCompleteBox RadAutoCompleteBox"

Field Value

string

CssAutoCompleteBoxInput

The CSS class identifying the AutoCompleteBox input.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxInput = "racInput"

Field Value

string

CssAutoCompleteBoxPopup

The CSS class identifying the AutoCompleteBox popup.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxPopup = "RadAutoCompleteBoxPopup RadAutoCompleteBoxPopup"

Field Value

string

CssAutoCompleteBoxPopupList

The CSS class identifying the AutoCompleteBox popup list.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxPopupList = "racList"

Field Value

string

CssAutoCompleteBoxPopupListItem

The CSS class identifying the AutoCompleteBox popup list item.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxPopupListItem = "racItem"

Field Value

string

CssAutoCompleteBoxPopupSlide

The CSS class identifying the AutoCompleteBox popup slide.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxPopupSlide = "racSlide"

Field Value

string

The CSS class identifying the AutoCompleteBox token selected.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxRemoveTokenLink = "racRemoveTokenLink"

Field Value

string

CssAutoCompleteBoxTokenList

The CSS class identifying the AutoCompleteBox token list.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxTokenList = "racTokenList"

Field Value

string

CssAutoCompleteBoxTokenSelected

The CSS class identifying the AutoCompleteBox token selected.

Declaration

cs-api-definition
public const string CssAutoCompleteBoxTokenSelected = "racTokenSelected"

Field Value

string

IdAutoCompleteInput

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

Declaration

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

Field Value

string