Click or drag to resize
TimelineViewSettingsSortingMode Property
Gets or sets a value that specifies the sorting mode to use when rendering the 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 AppointmentSortingMode SortingMode { get; set; }

Property Value

Type: AppointmentSortingMode
AppointmentSortingMode.PerSlot, appointments are sorted individually for each slot; AppointmentSortingMode.Global appointments are sorted as a single list. The default value is AppointmentSortingMode.PerSlot
See Also