Skip to main content
A newer version of this page is available. .

ListItemBuilder Class

Represents a List item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ListItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new ListItemBuilder class instance is created when you call the Items(Action<CollectionFactory<ListItemBuilder>>) method.

Implements

Inheritance

See Also