TimeScaleCollection Class
In This Article
Represents a collection of time scales in the timeline view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.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 | Range |
Win |
Gantt |
Report |
|
Scale |
|
Timeline |
|
WPF Controls | Timeline |
ASP. |
Timeline |
#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>
See Also