Click or drag to resize
TimelineViewSettings Class
Represents settings for the time line view.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsViewSettings
      Kettic.AspNet.ControlsGroupableViewSettings
        Kettic.AspNet.ControlsTimelineViewSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class TimelineViewSettings : GroupableViewSettings

The TimelineViewSettings type exposes the following members.

Properties
  NameDescription
Public propertyColumnHeaderDateFormat
Gets or sets the timeline column header date format string.
Public propertyHeaderDateFormat
Gets or sets the Timeline view header date format string.
Public propertyNumberOfSlots
The number of slots to display in timeline view.
Public propertyShowInsertArea
Gets or sets a boolean value that specifies whether to show an empty area at the end of each time slot that can be used to insert appointments.
Public propertySlotDuration
The duration of each slot in timeline view.
Public propertySortingMode
Gets or sets a value that specifies the sorting mode to use when rendering the appointments.
Public propertyStartTime
The starting time of the Timeline view.
Public propertyTimeLabelSpan
Gets or sets the number of rows/columns each time label spans.
Top
See Also