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

WidgetFactory<TModel>.TabPanel() Method

Creates a TabPanel control.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public TabPanelBuilder TabPanel()

Returns

Type Description
TabPanelBuilder

An instance of TabPanelBuilder.

Remarks

This method creates a TabPanelBuilder class instance whose members can be used to specify TabPanel options.

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