DxSchedulerRecurrenceInfo.Interval Property
Returns an object that contains information about the recurring appointment’s interval.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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