Skip to main content

DropDownBoxItemBuilder Class

Represents a DropDownBox item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DropDownBoxItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
DropDownBoxItemBuilder
See Also