Back to Devexpress

TabControlExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-43c1a444.md

latest3.5 KB
Original Source

TabControlExtension Class

Represents an extension object implementing the TabControl functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class TabControlExtension :
    TabControlExtensionBase
vb
Public Class TabControlExtension
    Inherits TabControlExtensionBase

The following members return TabControlExtension objects:

Remarks

To declare the TabControl in a View, invoke the ExtensionsFactory.TabControl helper method. This method returns the TabControl extension that is implemented by the TabControlExtension class.

To configure the TabControl extension, pass the TabControlSettings object to the ExtensionsFactory.TabControl helper method as a parameter. The TabControlSettings object contains all the TabControl extension settings.

Refer to the TabControl Overview topic to learn how to add the TabControl extension to your project.

Inheritance

Object ExtensionBase TabControlExtensionBase TabControlExtension

See Also

TabControlExtension Members

TabControl

TabControlSettings

DevExpress.Web.Mvc Namespace