Click or drag to resize
AppointmentSortingMode Enumeration
Defines the appointment sorting mode for TimelineView

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 AppointmentSortingMode
Members
  Member nameValueDescription
Global0 In Global mode the appointments are sorted as a single list.
PerSlot1 In PerSlot mode the appointments are sorted independently in each slot.
See Also