Skip to main content
A newer version of this page is available. .

TimeRulerCellViewModel.Time Property

Gets the cell interval’s start.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DateTime Time { get; }

Property Value

Type Description
DateTime

A DateTime values that is the TimeRuler’s cell start.

See Also