Back to Devexpress

TimeScaleCollection Class

corelibraries-devexpress-dot-xtrascheduler-d6e687a4.md

latest3.2 KB
Original Source

TimeScaleCollection Class

Represents a collection of time scales in the timeline view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class TimeScaleCollection :
    UserInterfaceObjectCollection<TimeScale>
vb
<ListBindable(BindableSupport.No)>
Public Class TimeScaleCollection
    Inherits UserInterfaceObjectCollection(Of TimeScale)

The following members return TimeScaleCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryRangeControlAdjustEventArgs.Scales
WinForms ControlsGanttView.Scales
ReportTimelineView.Scales
ScaleBasedRangeControlClientOptions.Scales
TimelineView.Scales
ASP.NET Web Forms ControlsTimelineView.Scales

Remarks

The TimeScaleCollection class represents a collection of TimeScale objects that represent time scales. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

A collection of time scales can be accessed via the time line view’s TimelineView.Scales property.

Inheritance

Object DXCollectionBase<TimeScale> DXCollection<TimeScale> NotificationCollection<TimeScale> DevExpress.XtraScheduler.SchedulerCollectionBase<TimeScale> UserInterfaceObjectCollection<TimeScale> TimeScaleCollection

See Also

TimeScaleCollection Members

Scales

DevExpress.XtraScheduler Namespace