aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-6518d22a.md
A TabPanel control.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class TabPanelBuilder :
WidgetBuilder
The following members return TabPanelBuilder objects:
Show 100 links
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
)
Object OptionsOwnerBuilder WidgetBuilder TabPanelBuilder
See Also