Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentView.VisibleInterval Property

Returns the appointment’s visible interval.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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