Skip to main content

ExtensionsFactory.TabControl(Action<TabControlSettings>) Method

Creates a TabControl.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public TabControlExtension TabControl(
    Action<TabControlSettings> method
)

Parameters

Name Type Description
method Action<TabControlSettings>

A delegate method that accepts TabControlSettings as a parameter.

Returns

Type Description
TabControlExtension

A TabControlExtension object implementing the TabControl functionality.

See Also