Skip to main content

SchedulerItemBase.RecurrenceInfoId Property

Returns the identifier of the recurrence info.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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