GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / Collapsible Property
In This Topic
    Collapsible Property (GoSubGraph)
    In This Topic
    Gets or sets whether the user is allowed to toggle whether this node is expanded or collapsed.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the user is allowed to expand and collapse this subgraph")]
    public virtual bool Collapsible {get; set;}

    Property Value

    The default value is true.
    Remarks
    When the value is true, the handle will be drawn as either a "-" or a "+". When this value is false, the handle will be drawn in a different fashion.
    See Also