Class
AutoCompleteBoxElementNames

A list of names specific to RadComboBox component elements.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.AutoCompleteBox

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class AutoCompleteBoxElementNames

Inheritance: objectAutoCompleteBoxElementNames

Constructors

AutoCompleteBoxElementNames()

Declaration

cs-api-definition
public AutoCompleteBoxElementNames()

Fields

AutoCompleteBoxItemContentPresenterName

The AutoCompleteBoxItem ContentPresenter name.

Declaration

cs-api-definition
public const string AutoCompleteBoxItemContentPresenterName = "contentPresenter"

Field Value

string

AutoCompleteBoxItemDeleteButtonName

The AutoCompleteBoxItem DeleteButton name.

Declaration

cs-api-definition
public const string AutoCompleteBoxItemDeleteButtonName = "RemoveItemButton"

Field Value

string

BoxesName

The PART related to the AutoCopleteBox boxes.

Declaration

cs-api-definition
public const string BoxesName = "PART_Boxes"

Field Value

string

ListBoxName

The AutoCopleteBox popup ListBox element name.

Declaration

cs-api-definition
public const string ListBoxName = "PART_ListBox"

Field Value

string

PopupName

The PART related to the AutoCopleteBox popup.

Declaration

cs-api-definition
public const string PopupName = "PART_Popup"

Field Value

string