Search
DiagramView.LicenseKey Property
See Also
 





Gets or sets the license key of the control.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string LicenseKey { get; set; }

Visual Basic  Copy Code

Public Property LicenseKey As String

 Property Value

A string containing the license key.

 Remarks

Set this property to disable the component's evaluation mode and stop displaying trial messages. If your application contains more than one Diagram instance or other controls by MindFusion, you could call the MindFusion.Licensing.LicenseManager.AddLicense method to specify the key once instead of setting it per each control.

 See Also