Skip to main content
All docs
V26.1
  • AppointmentViewModel.LayoutInterval Property

    Gets the appointment time interval.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DateTimeRange LayoutInterval { get; }

    Property Value

    Type Description
    DateTimeRange

    The appointment time interval.

    See Also