Table of Contents

Property IsCollapsed

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

IsCollapsed

Gets or sets a value indicating whether the collapse button is collapsed or not. If the collapse button is collapsed, the IsVisible property of all linked widgets is set to false. If the collapse button is not collapsed, the IsVisible property of all linked widgets is set to true.

public bool IsCollapsed { get; set; }

Property Value

bool