Back to Devexpress

TabControlSettings.Tabs Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-tabcontrolsettings.md

latest1.5 KB
Original Source

TabControlSettings.Tabs Property

Gets the collection of tabs.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxTabCollection Tabs { get; }
vb
Public ReadOnly Property Tabs As MVCxTabCollection

Property Value

TypeDescription
MVCxTabCollection

A MVCxTabCollection object representing the collection of the tab control’s tabs.

|

Remarks

The Tabs property provides access to a collection that contains all the tabs of the current TabControl. This collection provides standard means to manipulate (add or remove) tabs within the TabControl. A particular tab can be accessed using index notation.

See Also

TabControl

TabControlSettings Class

TabControlSettings Members

DevExpress.Web.Mvc Namespace