Class
ComboBoxElementNames

A list of names specific to RadComboBox component elements.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class ComboBoxElementNames

Inheritance: objectComboBoxElementNames

Fields

BorderVisualName

The border that indicates whether an item is highlighted or selected. Present in themes after Green, including.

Declaration

cs-api-definition
public const string BorderVisualName = "BorderVisual"

Field Value

string

ClearButtonName

The button in the dropdown that clears the selection.

Declaration

cs-api-definition
public const string ClearButtonName = "PART_ClearButton"

Field Value

string

ContentPresenterElementName

The combobox content presenter content name used in case of non-editable combo.

Declaration

cs-api-definition
public const string ContentPresenterElementName = "Content"

Field Value

string

DropDownButtonName

The PART related to the drop down toggle button.

Declaration

cs-api-definition
public const string DropDownButtonName = "PART_DropDownButton"

Field Value

string

EditableTextBoxName

The PART related to the combobox input editable text box.

Declaration

cs-api-definition
public const string EditableTextBoxName = "PART_EditableTextBox"

Field Value

string

HighlightVisualAutomationID

The AutomationID of the border that becomes visible when the item is highlighted. Present in all themes prior to Green.

Declaration

cs-api-definition
public const string HighlightVisualAutomationID = "HighlightVisual"

Field Value

string

PopupName

The PART related to the combobox popup.

Declaration

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

Field Value

string

PopupScrollViewerName

The ComboBox drop dowen popup ScrollViewer element name.

Declaration

cs-api-definition
public const string PopupScrollViewerName = "PART_ScrollViewer"

Field Value

string