MindFusion.UI for WebForms Programmer's Guide

DockWindow.DockTargetID Property

See Also
 





Gets or sets the parent item to dock this item to.

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

 Syntax

C#  Copy Code

public string DockTargetID { get; set; }

Visual Basic  Copy Code

Public Property DockTargetID As String

 Property Value

Type: String
A string specifying the id of the parent item this window is docked to. Default value is empty string ("").

 See Also