MindFusion.UI for WebForms Programmer's Guide

WindowCollection.Item Property

See Also
 





Returns the item with the specified id.

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

 Syntax

C#  Copy Code

public Window Item [
    string id
] { get; }

Visual Basic  Copy Code

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

 Parameters

id

Type: String
The id.

 Property Value

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

 See Also