ClassAutoCompleteBoxConstants
Represents the RadAutoCompleteBox constants class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public static class AutoCompleteBoxConstants
Inheritance: objectAutoCompleteBoxConstants
Fields
AutoCompleteBox
The AutoCompleteBox key used across the source classes.
Declaration
public const string AutoCompleteBox = "RadAutoCompleteBox"
Field Value
AutoCompleteBoxDropDown
The AutoCompleteBox drop down key used across the source classes.
Declaration
public const string AutoCompleteBoxDropDown = "RadAutoCompleteBoxDropDown"
Field Value
AutoCompleteBoxDropDownItem
The AutoCompleteBox drop down item key used across the source classes.
Declaration
public const string AutoCompleteBoxDropDownItem = "RadAutoCompleteBoxDropDownItem"
Field Value
CssAutoCompleteBox
The CSS class identifying the AutoCompleteBox control.
Declaration
public const string CssAutoCompleteBox = "RadAutoCompleteBox RadAutoCompleteBox"
Field Value
CssAutoCompleteBoxInput
The CSS class identifying the AutoCompleteBox input.
Declaration
public const string CssAutoCompleteBoxInput = "racInput"
Field Value
CssAutoCompleteBoxPopup
The CSS class identifying the AutoCompleteBox popup.
Declaration
public const string CssAutoCompleteBoxPopup = "RadAutoCompleteBoxPopup RadAutoCompleteBoxPopup"
Field Value
CssAutoCompleteBoxPopupList
The CSS class identifying the AutoCompleteBox popup list.
Declaration
public const string CssAutoCompleteBoxPopupList = "racList"
Field Value
CssAutoCompleteBoxPopupListItem
The CSS class identifying the AutoCompleteBox popup list item.
Declaration
public const string CssAutoCompleteBoxPopupListItem = "racItem"
Field Value
CssAutoCompleteBoxPopupSlide
The CSS class identifying the AutoCompleteBox popup slide.
Declaration
public const string CssAutoCompleteBoxPopupSlide = "racSlide"
Field Value
CssAutoCompleteBoxRemoveTokenLink
The CSS class identifying the AutoCompleteBox token selected.
Declaration
public const string CssAutoCompleteBoxRemoveTokenLink = "racRemoveTokenLink"
Field Value
CssAutoCompleteBoxTokenList
The CSS class identifying the AutoCompleteBox token list.
Declaration
public const string CssAutoCompleteBoxTokenList = "racTokenList"
Field Value
CssAutoCompleteBoxTokenSelected
The CSS class identifying the AutoCompleteBox token selected.
Declaration
public const string CssAutoCompleteBoxTokenSelected = "racTokenSelected"
Field Value
IdAutoCompleteInput
The ID part identifying the input element of the AutoCompleteBox control.