Back to Devexpress

SelectBoxItemBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-de40eb6e.md

latest3.0 KB
Original Source

SelectBoxItemBuilder Class

Represents a SelectBox item.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class SelectBoxItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return SelectBoxItemBuilder objects:

Show 13 links

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder SelectBoxItemBuilder

See Also

SelectBoxItemBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace