New to Telerik UI for WinFormsStart a free 30-day trial

Represents a class that handles append auto-complete mode in RadDropDownListEditorElement

Definition

Constructors

Initializes a new instance of the RadDropDownListEditorAutoCompleteAppendHelper class.

C#
public RadDropDownListEditorAutoCompleteAppendHelper(RadDropDownListEditorElement element)
Parameters:elementRadDropDownListEditorElement

The element.

Methods

Sets the editable element text.

C#
protected override void SetEditableElementText(int itemIndex)
Parameters:itemIndexint

Index of the item.

Overrides: AutoCompleteAppendHelper.SetEditableElementText(int)