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

ASPxTabControl.Tabs Property

Gets the collection of tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TabCollection Tabs { get; }

Property Value

Type Description
TabCollection

A TabCollection object representing the collection of the tab control’s tabs.

Remarks

The Tabs property provides access to a collection that contains all the tabs of the current tab control. This collection provides standard means to manipulate (add or remove) tabs within the tab control. A particular tab can be accessed using index notation.

See Also