Skip to content
Auto
Products

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 BucketSchedulerBehaviorOptions

Inheritance: object → BucketSchedulerBehaviorOptions

Gets or sets a value that indicates whether a task can be moved.

public bool AllowMoveTask { get; set; }

bool

true, if a task can be moved; otherwise, false

Gets or sets the timespan to wait before the next data auto refresh.

public TimeSpan AutoRefresh { get; set; }

TimeSpan

The timespan to wait before the next data auto refresh..

Gets or sets a value that indicates whether the refresh panel section is shown.

public bool AutoRefreshPanel { get; set; }

bool

true, if a refresh panel section is shown; otherwise, false