Skip to content
Auto
Products

BucketSchedulerViewOptions

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

Represents a set of view options for an BucketScheduler.

public class BucketSchedulerViewOptions

Inheritance: object → BucketSchedulerViewOptions

Gets or sets alignment of bucket header.

public BucketSchedulerBucketHeaderAlignment BucketHeaderAlignment { get; set; }

BucketSchedulerBucketHeaderAlignment

Gets or sets a bucket header size.

public int BucketHeaderSize { get; set; }

int

A bucket header size. Default value is 20.

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 a bucket content is drawn in fill mode.

public bool IsBucketContentFilled { get; set; }

bool

true, if a bucket content is drawn in fill mode; otherwise, false.

Gets or sets a value that indicates whether a bucket header is visible.

public bool IsBucketHeaderVisible { get; set; }

bool

true, if a bucket header is visible; otherwise, false. Default value is true.

Gets or sets a value that indicates whether a bucket content is drawn vertical.

public bool VerticalBucketContent { get; set; }

bool

true, if a bucket content is drawn vertical; otherwise, false

Occurs when any view option is changed.

public EventHandler OptionsChanged

EventHandler