ExtensionsFactory.TabControl(TabControlSettings) Method
In This Article
Creates a TabControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TabControlExtension TabControl(
TabControlSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tab |
A Tab |
#Returns
Type | Description |
---|---|
Tab |
A Splitter |
See Also