ExtensionsFactory.TabControl(TabControlSettings) Method
Creates a TabControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | TabControlSettings | A TabControlSettings object containing TabControl extension settings. |
Returns
Type | Description |
---|---|
TabControlExtension | A SplitterExtension object implementing the TabControl functionality. |
See Also