Skip to main content
A newer version of this page is available. .

SchedulerItemBase.RecurrenceInfoId Property

Returns the identifier of the recurrence info.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public object RecurrenceInfoId { get; protected set; }

Property Value

Type Description
Object

A System.Object that is the identifier of the recurrence info.

See Also