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

SlideOutViewBuilder Class

A SlideOutView control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class SlideOutViewBuilder :
    WidgetBuilder

The following members return SlideOutViewBuilder objects:

Show 47 links

Remarks

Call the SlideOutView helper method to create a new SlideOutView control. The method creates a SlideOutViewBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().SlideOutView() // create a SlideOutView
    // call methods to specify control options
)

Inheritance

See Also