SelectBoxItemBuilder Class
In This Article
Represents a SelectBox item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class SelectBoxItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
#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