Skip to main content

DxSchedulerRecurrenceInfo.Interval Property

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

Namespace: DevExpress.Blazor

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