Back to Devexpress

AutoCompleteBoxPropertiesBase.Items Property

aspnet-devexpress-dot-web-dot-autocompleteboxpropertiesbase.md

latest1.8 KB
Original Source

AutoCompleteBoxPropertiesBase.Items Property

Gets the collection of items displayed in the editor’s dropdown window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ListEditItemCollection Items { get; }
vb
Public ReadOnly Property Items As ListEditItemCollection

Property Value

TypeDescription
ListEditItemCollection

A ListEditItemCollection instance that is the collection of items in the editor.

|

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 ListEditItem.Value property of all list items in the Items collection should be unique.

If the editor is data bound, the Items property is ignored.

Note

The Items property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.Items property.

See Also

AutoCompleteBoxPropertiesBase Class

AutoCompleteBoxPropertiesBase Members

DevExpress.Web Namespace