DrawerBuilder Class
A Drawer control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
public class DrawerBuilder :
WidgetBuilder
#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
)