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

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

    Namespace: DevExpress.Xpf.Scheduling

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

    Declaration

    public DateTimeRange Interval { get; }

    Property Value

    Type Description
    DateTimeRange

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

    See Also