ASP.NET Pack Programmer's Guide
TabControl.Tabs Property
See Also
 





Gets the collection of TabPages for this control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public TabCollection Tabs { get; }

Visual Basic  Copy Code

Public ReadOnly Property Tabs As TabCollection

 Property Value

Type: TabCollection
An instance of the TabCollection class, containing references to the child items of the control.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.WebForms Namespace