Click or drag to resize
KaxTimeViewBackColor Property
Gets or sets the background color of the KaxTimeView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override Color BackColor { get; set; }

Property Value

Type: Color
Remarks

Use the BackColor property to specify the background color of the KaxTimeView control. This property is set using a System.Drawing.Color object.

In general, only controls that render as a <table> tag can display a background color in HTML 3.2, whereas almost any control can in HTML 4.0.

For controls that render as a <span> tag (including Label, all validation controls, and list controls with their RepeatLayout property set to RepeatLayout.Flow), this property will work in Microsoft Internet Explorer version 5 or later, but not for Microsoft Internet Explorer version 4.

See Also