IRecurrenceInfo.Id Property
Gets the recurrence info identifier.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Object | An object that is the identifier of the recurrence info instance. |
Remarks
The Id property is used internally to retrieve recurrence info from the inner dictionary when calculating the recurring appointment series.
See Also