ListEditProperties.Items Property
Gets the collection of items in the list editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ListEditItemCollection | A ListEditItemCollection instance that is the collection of the editor’s items. |
Remarks
Use the Items property to access a collection of items within the list editor. 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 specify a unique value.
If the editor is data bound, the Items property is ignored.
Note
The Items property synchronizes its value with the editor’s ASPxListEdit.Items property.