Skip to main content

RecurrenceInfo.Id Property

Gets the current object's unique identifier.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Guid Id { get; }

#Property Value

Type Description
Guid

A Guid value that is the object's unique identifier.

#Remarks

The Id property allows the current object that contains the appointment recurrence information to be identified.

See Also