Property AutoCloseCalendar
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
AutoCloseCalendar
Gets or sets a value indicating whether to close the calendar pop-up when the user clicks a new date.
public bool AutoCloseCalendar { get; set; }
Property Value
- bool
true
to close the calendar pop-up when the user clicks a new date; otherwise,false
.
Remarks
Default: false
.