Property UsePreviousCollapsedState
- Namespace
- Skyline.DataMiner.Net.AutomationUI.Objects
- Assembly
- SLNetTypes.dll
UsePreviousCollapsedState
Gets or sets a value indicating whether the previous collapsed state of the node should be restored. Default is false.
If no prior state is available, the value of IsCollapsed will be used instead.
public bool UsePreviousCollapsedState { get; set; }
Property Value
- bool
trueif the previous collapsed state of the node should be restored; otherwise,false.
Remarks
note
Available from DataMiner 10.6.0/10.6.3 onwards.
important
For the tree view to keep track of the collapsed/expanded states, the DestVar and the location (row and column) of the component should remain the same.