Click or drag to resize
ResourceStyleMappingBackColor Property
Gets or sets a value indicating the background color to render for appointments that use the matching resource.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(WebColorConverter))]
public virtual Color BackColor { get; set; }

Property Value

Type: Color
The background color to render for appointments that use the matching resource. The default value is Empty.
Remarks
Setting a background color automatically switches the appointment rendering to Simple (no rounded corners and gradients). In order to disable this legacy behavior, and force the default rendering, set AppointmentStyleMode to Default.
See Also