Skip to main content

TabPanelBuilder Class

A TabPanel control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TabPanelBuilder :
    WidgetBuilder

The following members return TabPanelBuilder objects:

Show 96 links

Remarks

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

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

Inheritance

See Also