Skip to main content
All docs
V25.1
  • SchedulerItemBase.Interval Property

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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