Kendo.Mvc.UI.Timeline
Kendo UI Timeline component
Fields
urlGenerator
The URL generator.
Properties
AutoBind
If set to false, the Timeline will not bind to the data source during initialization, i.e. it will not call the fetch method of the dataSource instance. In such scenarios data binding will occur when the change event of the dataSource instance is fired. By default, autoBind is set to true and the widget will bind to the data source specified in the configuration.
AlternatingMode
Indicates whether events should be positioned on both sides of the timeline axis. By default all events are displayed on the right side of the timeline axis.
CollapsibleEvents
Enables the events in the Kendo UI Timeline to be expandable or collapsible. When enabled initially all events are collapsed.
DataActionsField
Sets the field of the data item that provides the actions information for the event.
DataDescriptionField
Sets the field of the data item that provides the description information for the event.
DataDateField
Sets the field of the data item that provides information when the given event happened in time.
DataImagesAltField
Sets the field of the data item that provides the value for the alt attribute of the images.
DataImagesField
Sets the field of the data item that provides the images information for the event.
DataSubtitleField
Sets the field of the data item that provides the subtitle information for the event.
DataTitleField
Sets the field of the data item that provides the title information for the event.
EventTemplate
Specifies the template used to render the event details.
EventTemplateId
The id for the EventTemplate
DateFormat
Sets the date format used to display the date in the event's label
EventHeight
Sets specific height for the event in horizontal mode.
EventWidth
Sets specific width for the event in vertical mode.
Navigatable
If set to true, will enable the keyboard navigation for the component.
ShowDateLabels
If set to false, the event's date label will be hidden.
Orientation
Defines the orientation of the Timeline widget
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.