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

SchedulerItemBase.Interval Property

Returns the normalized duration based on the QueryStart and QueryEnd values.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public DateTimeRange Interval { get; }

Property Value

Type Description
DateTimeRange

A DevExpress.Mvvm.DateTimeRange value that is the normalized appointment duration.

See Also