Returns the item with the specified id.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public TabPage Item [ string id ] { get; } |
Visual Basic
Copy Code
|
---|
Public ReadOnly Property Item( _ id As String _ ) As TabPage |
Parameters
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
|