Search
DockItem.Id Property
See Also
 





Gets or sets a unique identifier for the item.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public string Id { get; set; }

Visual Basic  Copy Code

Public Property Id As String

 Property Value

A string value.

 See Also