Back to Devexpress

MVCxTabPageCollection Class

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

latest1.9 KB
Original Source

MVCxTabPageCollection Class

Represents a collection of tabbed pages within the PageControl.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTabPageCollection :
    TabPageCollection
vb
Public Class MVCxTabPageCollection
    Inherits TabPageCollection

The following members return MVCxTabPageCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection TabCollectionBase TabPageCollection MVCxTabPageCollection

See Also

MVCxTabPageCollection Members

DevExpress.Web.Mvc Namespace