ASP.NET Pack Programmer's Guide
TabCollection.Item Property
See Also
 





Returns the item with the specified id.

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

 Syntax

C#  Copy Code

public TabPage Item [
    string id
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    id As String _
) As TabPage

 Parameters

id

The id.

 Property Value

Type: TabPage
The item; null (Nothing in VB.NET) if an item with the specified id is not present in the collection.

 See Also

TabCollection Members
TabCollection Class
MindFusion.UI.WebForms Namespace