Skip to main content
All docs
V25.1
  • SchedulerItemBase.RecurrenceInfoId Property

    Returns the identifier of the recurrence info.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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