Back to Devexpress

IRecurrenceInfo.Id Property

corelibraries-devexpress-dot-xtrascheduler-dot-irecurrenceinfo-920037a2.md

latest1.2 KB
Original Source

IRecurrenceInfo.Id Property

Gets the recurrence info identifier.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
object Id { get; }
vb
ReadOnly Property Id As Object

Property Value

TypeDescription
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

IRecurrenceInfo Interface

IRecurrenceInfo Members

DevExpress.XtraScheduler Namespace