Skip to main content

PageControlSettings.TabPages Property

Gets the collection of tabbed pages within the current PageControl.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTabPageCollection TabPages { get; }

Property Value

Type Description
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