EnumAdditionalContentPosition
Enum
Specifies the position of the additional content relative to the drop-down items and the clear button within the RadComboBox control.
Definition
Namespace:Telerik.Windows.Controls.ComboBox
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum AdditionalContentPosition
Fields
AboveClearButton
The additional content is displayed above the clear button of the drop-down menu of RadComboBox.
BelowClearButton
The additional content is displayed below the clear button of the drop-down menu of RadComboBox. This is the default value.
BelowDropDownItems
The additional content is displayed below the drop-down items of the RadComboBox.