RecurrenceControlBase.RecurrenceInfo Property
In This Article
Gets or sets appointment recurrence information.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[Browsable(false)]
public IRecurrenceInfo RecurrenceInfo { get; set; }
#Property Value
Type | Description |
---|---|
IRecurrence |
An IRecurrence |
See Also