BackgroundHasSheet Property
Gets or sets whether there is a value for
Sheet, that is a
GoSheet in this view's
BackgroundLayer.
[Category("Sheet")]
[DefaultValue(false)]
[Description("Whether the background layer has a GoSheet and whether the Grid properties refer to the BackgroundGrid or to the Sheet's Grid; also set SheetStyle to make it visible")]
public virtual bool BackgroundHasSheet {get; set;}
Property Value
Initially this is false, since there is initially no
Sheet. Setting this to true when there is no
Sheet will call
CreateSheet and assign the
Sheet property. Setting this to false when there is a
Sheet will set the
Sheet property to null/nothing.