Back to Devexpress

TimeScaleMonth Class

wpf-devexpress-dot-xpf-dot-scheduling-90d7e012.md

latest1.9 KB
Original Source

TimeScaleMonth Class

A time scale in the Timeline view whose time cell value is equal to a single month.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class TimeScaleMonth :
    TimeScaleBase
vb
Public Class TimeScaleMonth
    Inherits TimeScaleBase

Remarks

An instance of the TimeScaleMonth class is contained in a collection accessible using the TimelineView.TimeScales property.

Implements

ITimeScale

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement DevExpress.Xpf.Scheduling.Internal.SchedulerFrameworkComponent TimeScaleBase TimeScaleMonth

See Also

TimeScaleMonth Members

Timeline View

DevExpress.Xpf.Scheduling Namespace