Back to Devexpress

MVCxTabCollection Class

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

latest1.9 KB
Original Source

MVCxTabCollection Class

Represents a collection of tabs within a tabbed extension (PageControl or TabControl).

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTabCollection :
    TabCollection
vb
Public Class MVCxTabCollection
    Inherits TabCollection

The following members return MVCxTabCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection TabCollectionBase TabCollection MVCxTabCollection

See Also

MVCxTabCollection Members

DevExpress.Web.Mvc Namespace