WidgetFactory<TModel>.TabPanel() Method
In This Article
Creates a TabPanel control.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public TabPanelBuilder TabPanel()
#Returns
Type | Description |
---|---|
Tab |
An instance of Tab |
#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