DxSchedulerAppointmentView.VisibleInterval Property
Returns the appointment’s visible interval.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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