MindFusion.UI for WebForms Programmer's Guide

TabControl.Tabs Property

See Also
 





Gets the collection of TabPages for this control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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