Skip to main content
A newer version of this page is available. .

DrawerBuilder Class

A Drawer control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DrawerBuilder :
    WidgetBuilder

The following members return DrawerBuilder objects:

Show 55 links

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

See Also