TimeScaleCollection Class
Represents a collection of time scales in the timeline view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v23.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
[ListBindable(BindableSupport.No)]
public class TimeScaleCollection :
UserInterfaceObjectCollection<TimeScale>
Related API Members
The following members return TimeScaleCollection objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | RangeControlAdjustEventArgs.Scales |
WinForms Controls | GanttView.Scales |
ReportTimelineView.Scales | |
ScaleBasedRangeControlClientOptions.Scales | |
TimelineView.Scales | |
WPF Controls | TimelineView.Scales |
ASP.NET Web Forms Controls | TimelineView.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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TimeScaleCollection class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.