ClassComboBoxElementNames
A list of names specific to RadComboBox component elements.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
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
public const string BorderVisualName = "BorderVisual"
Field Value
ClearButtonName
The button in the dropdown that clears the selection.
Declaration
public const string ClearButtonName = "PART_ClearButton"
Field Value
ContentPresenterElementName
The combobox content presenter content name used in case of non-editable combo.
Declaration
public const string ContentPresenterElementName = "Content"
Field Value
DropDownButtonName
The PART related to the drop down toggle button.
Declaration
public const string DropDownButtonName = "PART_DropDownButton"
Field Value
EditableTextBoxName
The PART related to the combobox input editable text box.
Declaration
public const string EditableTextBoxName = "PART_EditableTextBox"
Field Value
HighlightVisualAutomationID
The AutomationID of the border that becomes visible when the item is highlighted. Present in all themes prior to Green.
Declaration
public const string HighlightVisualAutomationID = "HighlightVisual"
Field Value
PopupName
The PART related to the combobox popup.
PopupScrollViewerName
The ComboBox drop dowen popup ScrollViewer element name.
Declaration
public const string PopupScrollViewerName = "PART_ScrollViewer"
Field Value