MindFusion.UI for WebForms Programmer's Guide

DockWindowCollection.Item Property

See Also
 





Returns the item with the specified id.

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

 Syntax

C#  Copy Code

public DockWindow Item [
    string id
] { get; }

Visual Basic  Copy Code

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

 Parameters

id

Type: String
The id.

 Property Value

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

 See Also