TimeSchedulerBehaviorOptions
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Represents a set of behavior options for an TagBites.WinSchedulers.TimeScheduler.
public class TimeSchedulerBehaviorOptions
Properties
AllowMoveTask
Gets or sets a value that indicates whether a task can be moved.
public bool AllowMoveTask { get; set; }
Result Type: bool
AutoRefresh
Gets or sets the timespan to wait before the next data auto refresh.
public TimeSpan AutoRefresh { get; set; }
Result Type: TimeSpan
AutoRefreshPanel
Gets or sets a value that indicates whether the refresh panel section is shown.
public bool AutoRefreshPanel { get; set; }
Result Type: bool