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

MultiViewBuilder Class

A MultiView control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class MultiViewBuilder :
    WidgetBuilder

The following members return MultiViewBuilder objects:

Show 75 links

Remarks

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

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

Inheritance

See Also