aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5721591b.md
Represents a Timeline View.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapTimelineView :
TimelineView,
IBootstrapSchedulerView
Public Class BootstrapTimelineView
Inherits TimelineView
Implements IBootstrapSchedulerView
The following members return BootstrapTimelineView objects:
The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapTimelineView class represents a Timeline View. This type of view displays appointments as horizontal bars along the timescales, and provides end-users with a clearer overview for scheduling purposes.
Use the TimelineView.Scales property to specify time scales displayed simultaneously in a view.
All views are stored in the scheduler’s view repository which can be accessed via the BootstrapScheduler.Views property. To access the settings of the Month View, use the BootstrapSchedulerViewRepository.TimelineView property.
Object SchedulerViewBase TimelineView BootstrapTimelineView
See Also