SelectBoxItemBuilder Class
Represents a SelectBox item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class SelectBoxItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return SelectBoxItemBuilder objects:
Remarks
Do not instantiate this class explicitly. A new SelectBoxItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<SelectBoxItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
SelectBoxItemBuilder
See Also