DropDownBoxItemBuilder Class
Represents a DropDownBox item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class DropDownBoxItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return DropDownBoxItemBuilder objects:
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