Class AutoCompleteBoxConstants
Inheritance
System.Object
AutoCompleteBoxConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class AutoCompleteBoxConstants
Fields
AutoCompleteBox
Declaration
public const string AutoCompleteBox = "RadAutoCompleteBox"
Field Value
System.String
|
AutoCompleteBoxDropDown
Declaration
public const string AutoCompleteBoxDropDown = "RadAutoCompleteBoxDropDown"
Field Value
System.String
|
AutoCompleteBoxDropDownItem
Declaration
public const string AutoCompleteBoxDropDownItem = "RadAutoCompleteBoxDropDownItem"
Field Value
System.String
|
CssAutoCompleteBox
Declaration
public const string CssAutoCompleteBox = "RadAutoCompleteBox RadAutoCompleteBox"
Field Value
System.String
|
CssAutoCompleteBoxInput
Declaration
public const string CssAutoCompleteBoxInput = "racInput"
Field Value
System.String
|
CssAutoCompleteBoxPopup
Declaration
public const string CssAutoCompleteBoxPopup = "RadAutoCompleteBoxPopup RadAutoCompleteBoxPopup"
Field Value
System.String
|
CssAutoCompleteBoxPopupList
Declaration
public const string CssAutoCompleteBoxPopupList = "racList"
Field Value
System.String
|
CssAutoCompleteBoxPopupListItem
Declaration
public const string CssAutoCompleteBoxPopupListItem = "racItem"
Field Value
System.String
|
CssAutoCompleteBoxPopupSlide
Declaration
public const string CssAutoCompleteBoxPopupSlide = "racSlide"
Field Value
System.String
|
CssAutoCompleteBoxRemoveTokenLink
Declaration
public const string CssAutoCompleteBoxRemoveTokenLink = "racRemoveTokenLink"
Field Value
System.String
|
CssAutoCompleteBoxTokenList
Declaration
public const string CssAutoCompleteBoxTokenList = "racTokenList"
Field Value
System.String
|
CssAutoCompleteBoxTokenSelected
Declaration
public const string CssAutoCompleteBoxTokenSelected = "racTokenSelected"
Field Value
System.String
|
IdAutoCompleteInput
Declaration
public const string IdAutoCompleteInput = "_Input"
Field Value
System.String
|