DropDownBoxItemBuilder(OptionsOwnerContext) Constructor
In This Article
Initializes a new instance of the DropDownBoxItemBuilder class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public DropDownBoxItemBuilder(
OptionsOwnerContext context
)
#Parameters
Name | Type |
---|---|
context | Options |
See Also