PageControlSettings.TabPages Property
In This Article
Gets the collection of tabbed pages within the current PageControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxTabPageCollection TabPages { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#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