Class AutoCompleteBoxElementNames
Inheritance
System.Object
AutoCompleteBoxElementNames
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.Xaml.AutoCompleteBox
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class AutoCompleteBoxElementNames
Constructors
AutoCompleteBoxElementNames()
Declaration
public AutoCompleteBoxElementNames()
Fields
AutoCompleteBoxItemContentPresenterName
Declaration
public const string AutoCompleteBoxItemContentPresenterName = "contentPresenter"
Field Value
|
System.String
|
AutoCompleteBoxItemDeleteButtonName
Declaration
public const string AutoCompleteBoxItemDeleteButtonName = "RemoveItemButton"
Field Value
|
System.String
|
BoxesName
Declaration
public const string BoxesName = "PART_Boxes"
Field Value
|
System.String
|
ListBoxName
Declaration
public const string ListBoxName = "PART_ListBox"
Field Value
|
System.String
|
PopupName
Declaration
public const string PopupName = "PART_Popup"
Field Value
|
System.String
|