Back to Devexpress

PageControlSettings.TabPages Property

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

latest1.7 KB
Original Source

PageControlSettings.TabPages Property

Gets the collection of tabbed pages within the current PageControl.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxTabPageCollection TabPages { get; }
vb
Public ReadOnly Property TabPages As MVCxTabPageCollection

Property Value

TypeDescription
MVCxTabPageCollection

A MVCxTabPageCollection object representing the collection of tabbed pages.

|

Remarks

The TabPages property provides access to a collection that contains all tabbed pages of the current PageControl. This collection provides standard means to manipulate (add or remove) page objects within the PageControl. A particular tabbed page can be accessed using index notation.

See Also

PageControl

PageControlSettings Class

PageControlSettings Members

DevExpress.Web.Mvc Namespace