GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / BackgroundGrid Property
In This Topic
    BackgroundGrid Property
    In This Topic
    Gets or sets the GoGrid which is held by this view's BackgroundLayer and which by default implements the various grid properties of this view.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoGrid BackgroundGrid {get; set;}

    Property Value

    The initial value is provided by CreateGrid.
    Remarks
    The various "Grid..." properties get and set the corresponding properties of this GoGrid object. If a Sheet is visible, it too has a GoGrid that is independent of this grid. The sheet's grid just covers the sheet, whereas this grid is unbounded.
    See Also