Back to Devexpress

ASPxTabControl.Tabs Property

aspnet-devexpress-dot-web-dot-aspxtabcontrol.md

latest1.3 KB
Original Source

ASPxTabControl.Tabs Property

Gets the collection of tabs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public TabCollection Tabs { get; }
vb
Public ReadOnly Property Tabs As TabCollection

Property Value

TypeDescription
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

Page Control and Tab Control

ASPxTabControl Class

ASPxTabControl Members

DevExpress.Web Namespace