Click or drag to resize
KaxSchedulerAppointmentStyleMode Property
Defines the styling mode for appointments.

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

Property Value

Type: AppointmentStyleMode

AppointmentStyleMode.Auto - Appointments with set background or border color are rendered using the Simple style - without rounded corners or gradiented background. All others are rendered using their default style - with rounded corners and gradiented background.

AppointmentStyleMode.Simple - Appointments are rendered using the simple style - without rounded corners or gradiented background.

AppointmentStyleMode.Default - Appointments rendered with rounded corners and gradiented background. Custom background and border colors are supported. Gradiented backgrounds for custom colors are not available in IE6.

See Also