Constable Authorization Engine 2.0 BETA

InstanceView.RootInstance Property

[This is preliminary documentation and subject to change.]

Sets or returns the root of an object graph displayed in the control.

[Visual Basic]
Public Property RootInstance As Object
[C#]
public object RootInstance {get; set;}

Remarks

If the RootInstance supports change notifications (by implementing the IChangeEventSource interface), the control automatically hooks the change events and repaints itself upon change. In this case, you don't need to manually refresh the control if the associated object graph changes.

See Also

InstanceView Class | LaMarvin.Design.Controls Namespace