Skip to main content

DxSchedulerAppointmentView.VisibleInterval Property

Returns the appointment’s visible interval.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange VisibleInterval { get; }

Property Value

Type Description
DxSchedulerDateTimeRange

The appointment’s visible interval.

Remarks

Refer to DxSchedulerAppointmentView for examples.

See Also