Skip to main content

SchedulerItemBase.Interval Property

Returns the normalized duration based on the Start and End values.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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