DxSchedulerAppointmentItem.RecurrenceInfoId Property
Gets the recurrence rule identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public object RecurrenceInfoId { get; }
Property Value
Type | Description |
---|---|
Object | An object that is the recurrence rule ID. |
Remarks
Occurrences, changed occurrences, and deleted occurrences have the same RecurrenceInfoId
.
See Also