BackgroundOptions class (Schedule)

BackgroundOptions()

new BackgroundOptions()

The BackgroundOptions object defines options to show different parts of the control, and it is stored by background option of the Schedule.Options

For instance, the "majorTimeRulerColor" option:

background: { majorTimeRulerColor: "red" }
shows the major-rulers of the schedule panel in red
BackgroundOptions

Members

(static) eventContinueDay :string

The eventContinueDay field specifies the up/down/keft/right arrow's color when event continues on previously or next day (multi-dates event), single-date event starts before time-scale's start time, ends after time-scale's end time.
Type:
  • string
eventContinueDay

(static) groupingButtonCaption :string

The groupingButtonCaption field specifies the caption of the header's grouping-button.
Type:
  • string
groupingButtonCaption

(static) majorTimeRulerColor :string

The majorTimeRulerColor field specifies the color of the major ruler line, within the schedule panel.
Type:
  • string
majorTimeRulerColor

(static) majorTimeRulerStyle :any

The majorTimeRulerStyle field specifies the style of the major ruler line, within the schedule panel.
Type:
  • any
majorTimeRulerStyle

(static) timeScaleMajorTimeRulerColor :string

The timeScaleMajorTimeRulerColor field specifies the color of the timeScaleMajor ruler line, within the time-scale panel.
Type:
  • string
timeScaleMajorTimeRulerColor

(static) timeScaleMajorTimeRulerStyle :any

The timeScaleMajorTimeRulerStyle field specifies the style of the timeScaleMajor ruler line, within the time-scale panel.
Type:
  • any
timeScaleMajorTimeRulerStyle

(static) timeScaleMinorTimeRulerColor :string

The timeScaleMinorTimeRulerColor field specifies the color of the timeScaleMinor ruler line, within the time-scale panel.
Type:
  • string
timeScaleMinorTimeRulerColor

(static) timeScaleMinorTimeRulerStyle :any

The timeScaleMinorTimeRulerStyle field specifies the style of the timeScaleMinor ruler line, within the time-scale panel.
Type:
  • any
timeScaleMinorTimeRulerStyle