GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / Document Property
In This Topic
    Document Property (GoOverview)
    In This Topic
    Make this view think the observed view's document is actually its own.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public override GoDocument Document {get; set;}
    Remarks
    Setting this property is not useful except for changing the document that is shown when there is no Observed view.
    See Also