GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoCollapsible Interface / Collapsible Property
In This Topic
    Collapsible Property (IGoCollapsible)
    In This Topic
    Gets or sets whether users may click on a handle to call Collapse or Expand.
    Syntax
    bool Collapsible {get; set;}

    Property Value

    When this value is false, a click does not collapse or expand this object. But you can always call Collapse or Expand programmatically.
    See Also