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

SelectBoxItemBuilder Class

Represents a SelectBox item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

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