GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / EditedObject Property
In This Topic
    EditedObject Property
    In This Topic
    Gets or sets the GoObject for which this control is acting as an editor.
    Syntax
    [Description("The GoObject for which this control is acting as an editor.")]
    public virtual GoObject EditedObject {get; set;}
    Remarks
    This does not raise a Changed notification, since it should only be used for view objects.
    See Also