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:
C#
public enum AdditionalContentPosition
Fields
The additional content is displayed above the clear button of the drop-down menu of RadComboBox.
C#
AboveClearButton = 0
The additional content is displayed below the clear button of the drop-down menu of RadComboBox. This is the default value.
C#
BelowClearButton = 1
The additional content is displayed below the drop-down items of the RadComboBox.
C#
BelowDropDownItems = 2