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

DxSchedulerRecurrenceInfo.Interval Property

Returns an object that contains information about the recurring appointment’s interval.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange Interval { get; }

Property Value

Type Description
DxSchedulerDateTimeRange

An object that contains information about the interval.

See Also