WidgetFactory<TModel>.Box() Method
In This Article
Creates a Box control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public BoxBuilder Box()
#Returns
Type | Description |
---|---|
Box |
An instance of Box |
#Remarks
This method creates a BoxBuilder class instance whose members can be used to specify Box options.
@(Html.DevExtreme().Box() // create a Box
// call methods to specify control options
)
See Also