Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ContentControlListBase Methods

Exposes base members for combo box and drop-down list content controls.
Name Description
AddItem(String, String) Adds a new item to the list.
ClearItems() Removes all items from a list.
GetItem(Int32) Gets an item at the specified index in the list.
GetItemCount() Gets the number of items in the list.
GetText() Gets text currently displayed by the content control.
RemoveItemAt(Int32) Removes a list item at the specified index.
See Also