GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Editor Property
In This Topic
    Editor Property (GoObject)
    In This Topic
    Gets the GoControl being used to edit this object.
    Syntax
    [Browsable(false)]
    public virtual GoControl Editor {get;}

    Property Value

    This value is normally null, but should be non-null during the modal editing of this object using a GoControl to host a Control in a GoView.
    See Also