AppointmentSortingMode Enumeration |
Defines the appointment sorting mode for TimelineView
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum AppointmentSortingMode
Public Enumeration AppointmentSortingMode
public enum class AppointmentSortingMode
type AppointmentSortingMode
Members
| Member name | Value | Description |
---|
| Global | 0 |
In Global mode the appointments are sorted as a single list.
|
| PerSlot | 1 |
In PerSlot mode the appointments are sorted independently in each slot.
|
See Also