Back to Devexpress

SchedulerItemBase.Interval Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-scheduleritembase-0228fe58.md

latest1.2 KB
Original Source

SchedulerItemBase.Interval Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DateTimeRange Interval { get; }
vb
Public ReadOnly Property Interval As DateTimeRange

Property Value

TypeDescription
DateTimeRange

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

|

See Also

SchedulerItemBase Class

SchedulerItemBase Members

DevExpress.Xpf.Scheduling Namespace