Class InstanceDataLinkControlConfig
Config of a InstanceDataLinkControl.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class InstanceDataLinkControlConfig
Properties
| Improve this Doc View SourceSourceElementGuid
The source element to connect elements to.
Declaration
public Guid SourceElementGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SourceStackGuid
The source stack of the element to connect elements to.
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |