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

    Gets the time interval displayed in the view.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    Declaration

    public DateTimeRange VisibleInterval { get; }

    Property Value

    Type Description
    DateTimeRange

    The time interval displayed in the view.

    See Also