Skip to main content

IRecurrenceInfo.Id Property

Gets the recurrence info identifier.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

object Id { get; }

#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