BucketSchedulerBehaviorOptions
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents a set of behavior options for an BucketScheduler.
public class BucketSchedulerBehaviorOptionsInheritance: object → BucketSchedulerBehaviorOptions
Properties
Section titled “Properties”AllowMoveTask
Section titled “AllowMoveTask”Gets or sets a value that indicates whether a task can be moved.
public bool AllowMoveTask { get; set; }Property Value
Section titled “Property Value”true, if a task can be moved; otherwise, false
AutoRefresh
Section titled “AutoRefresh”Gets or sets the timespan to wait before the next data auto refresh.
public TimeSpan AutoRefresh { get; set; }Property Value
Section titled “Property Value”The timespan to wait before the next data auto refresh..
AutoRefreshPanel
Section titled “AutoRefreshPanel”Gets or sets a value that indicates whether the refresh panel section is shown.
public bool AutoRefreshPanel { get; set; }Property Value
Section titled “Property Value”true, if a refresh panel section is shown; otherwise, false