Back to Devexpress

TimelineView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-3e7941b1.md

latest2.9 KB
Original Source

TimelineView Class

Represents a Timeline View.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class TimelineView :
    SchedulerViewBase,
    IXtraSupportDeserializeCollection,
    IXtraSupportDeserializeCollectionItem
vb
Public Class TimelineView
    Inherits SchedulerViewBase
    Implements IXtraSupportDeserializeCollection,
               IXtraSupportDeserializeCollectionItem

The following members return TimelineView objects:

Remarks

The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The TimelineView 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 ASPxScheduler.Views property. To access the settings of the Month View use the SchedulerViewRepository.TimelineView property.

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollection

IXtraSupportDeserializeCollectionItem

Inheritance

Object SchedulerViewBase TimelineView BootstrapTimelineView

MVCxSchedulerTimelineView

See Also

TimelineView Members

TimelineView

DevExpress.Web.ASPxScheduler Namespace