ASP.NET Pack Programmer's Guide
DockWindow.DockTargetID Property
See Also
 





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

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

 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

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace