DrawerBuilder Class
A Drawer control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class DrawerBuilder :
WidgetBuilder
Related API Members
The following members return DrawerBuilder objects:
Remarks
Call the Drawer helper method to create a new Drawer control. The method creates a DrawerBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().Drawer() // create a Drawer
// call methods to specify control options
)
Inheritance
Object
OptionsOwnerBuilder
WidgetBuilder
DrawerBuilder
See Also