Skip to main content
Tab

TabPageCollection.Add() Method

Adds a new tab page to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabPage Add()

Returns

Type Description
TabPage

A TabPage object representing the newly created tab page.

Remarks

Use the Add method to add a new tab page with the default settings to the TabPageCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added tab page.

See Also