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

Properties

Updated over 6 months ago
PropertyDescription
AutoCompleteGets or sets a value whether auto-complete is enabled. With an enabled auto-complete the matched item`s text will be appended to the input in the editor.
WrapGets or sets a value indicating that selected item will revert to first item after reaching the last item and vice versa.
ReadOnlyGets or sets a value indicating whether typing is enabled inside the text box.
DomainUpDownElementRepresents the DomainUpDownElement element.
RadDomainUpDownElement.UpButtonElementGet the element representing the decrement button.
RadDomainUpDownElement.DownButtonElementGet the element representing the increment button.
SelectNextOnDoubleClickIndicates whether to rotate items on double click in the edit box part.

Methods

MethodDescription
MoveUpSelects the previous item in the list.
MoveUp(bool wrap)Selects the previous item in the list. The wrap argument specifies whether the navigation will be wrapped.
MoveDownSelects the next item in the list.
MoveDown(bool wrap)Selects the next item in the list. The wrap argument specifies whether the navigation will be wrapped.

Events

EventDescription
SelectedIndexChangingThis event fires before the SelectedIndex changes. This event allows the operation to be canceled.
SelectedIndexChangedThis event fires when the selected index property changes.
SelectedValueChangedThis event fires only if the SelectedValue has really changed. For example it will not fire if the previously selected item has the same value as the newly selected item.
ItemDataBindingThis event fires before a RadListDataItem is data bound. This happens when the DataSource property is assigned and the event fires for every item provided by the data source. This event allows a custom RadListDataItem to be provided by the user.
ItemDataBoundThis event fires after a RadListDataItem is data bound. This happens when the DataSource property is assigned and the event is fired for every item provided by the data source.
DataBindingCompleteFires after data binding operation has finished.

See Also

In this article
PropertiesMethodsEventsSee Also
Not finding the help you need?
Contact Support