ASPxPageControl() Constructor
In This Article
Initializes a new instance of the ASPxPageControl class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
This constructor is used to create a new instance of the page control with the default settings. Use the ASPxPageControl.TabPages property of the newly created object to access a collection of tabbed pages and add new ones to the control. The content for an individual tabbed page can be defined using the ContentControlCollectionItem.Controls collection.
See Also