Click or drag to resize
AppointmentStyleMode Enumeration
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 enum AppointmentStyleMode
Members
  Member nameValueDescription
Auto0 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.
Simple1 Appointments are rendered using the simple style - without rounded corners or gradiented background.
Default2 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