ASPxTabControl() Constructor
In This Article
Initializes a new instance of the ASPxTabControl 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 tab control with the default settings. Use the ASPxTabControl.Tabs property of the newly created object to access a collection of tabs and add new tabs to the control.
See Also