Skip to content
Auto
Products

TimeSchedulerViewOptions

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Represents a set of view options for an TimeScheduler.

public class TimeSchedulerViewOptions

Inheritance: object → TimeSchedulerViewOptions

Gets or sets a value that indicates whether a task is shown exact to dates.

public bool ExactTaskDates { get; set; }

bool

true, if a task is shown exact to dates; otherwise, false

Gets or sets a value that indicates whether not selected or not connected tasks are faded.

public bool FadeNotSelectedOrNotConnected { get; set; }

bool

true, if not selected or not connected tasks are faded; otherwise, false. The default is true.

Gets or sets a value that indicates whether the connections between tasks are shown.

public bool GanttConnections { get; set; }

bool

true, if the connections between tasks are shown; otherwise, false

Gets or sets a value that indicates whether the inner lines are shown.

public bool InnerLines { get; set; }

bool

true, if the inner lines are shown; otherwise, false. The default is true.

Gets or sets the maximum scale for time scroller.

public TimeSpan MaximumScale { get; set; }

TimeSpan

TimeSpan representation of maximum scale for TimeScroller. The default is 14 days.

Gets or sets a value that indicates whether a task size is not less than minimal value.

public bool MinimalTaskSize { get; set; }

bool

true, if a task size is not less than minimal value; otherwise, false. The default is true.

Gets or sets the scale part size, in pixels, for time scroller.

public int ScalePartSize { get; set; }

int

The scale part size, in pixels, for TimeScroller. The default is 24 pixels.

Gets or sets a value that indicates whether a progress bar of task is shown.

public bool TaskProgressBarOnBackground { get; set; }

bool

true, if a progress bar of task is shown; otherwise, false

Gets or sets a value that indicates whether a single scale for all graphs is used.

public bool UseSingleGraphScale { get; set; }

bool

true, if a single scale for all graphs is used; otherwise, false

Gets or sets the zooms scale for time scroller.

public TimeSpan[] Zooms { get; set; }

TimeSpan[]

T:TimeSpan representation of zooms scale for TimeScroller.

Occurs when any view option is changed.

public EventHandler OptionsChanged

EventHandler