GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / AllowView Property
In This Topic
    AllowView Property
    In This Topic
    Gets or sets whether the user can see objects in this layer.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the user can see the objects in this layer.")]
    public bool AllowView {get; set;}
    Remarks
    A false value prevents the user from seeing objects in this layer by the normal mechanisms. Even when this property value is true, some objects might not be seeable by the user because the object is not visible.
    See Also