GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / Grid Property
In This Topic
    Grid Property (GoSheet)
    In This Topic
    Gets or sets the GoGrid that provides both the sheet of paper appearance and the grid appearance and behavior.
    Syntax
    [Category("Appearance")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Description("The GoGrid that covers this sheet")]
    public virtual GoGrid Grid {get; set;}
    See Also