Search
DockItem.ContentId 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 ContentId { get; set; }

Visual Basic  Copy Code

Public Property ContentId As String

 Property Value

A string value.

 See Also