Skip to main content
A newer version of this page is available. .
Tab

ASPxPageControl() Constructor

Initializes a new instance of the ASPxPageControl class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxPageControl()

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