AutoCompleteBoxPropertiesBase.Items Property
Gets the collection of items displayed in the editor’s dropdown window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListEditItemCollection Items { get; }
#Property Value
Type | Description |
---|---|
List |
A List |
#Remarks
Use the Items property to access a collection of items in the editor’s dropdown window. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
Note
For a list editor to function properly, the List
If the editor is data bound, the Items property is ignored.
Note
The Items property synchronizes its value with the editor’s ASPx