Back to Devexpress

RecurrenceControlBase.RecurrenceInfo Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-recurrencecontrolbase.md

latest1.3 KB
Original Source

RecurrenceControlBase.RecurrenceInfo Property

Gets or sets appointment recurrence information.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public IRecurrenceInfo RecurrenceInfo { get; set; }
vb
<Browsable(False)>
Public Property RecurrenceInfo As IRecurrenceInfo

Property Value

TypeDescription
IRecurrenceInfo

An IRecurrenceInfo object containing recurrence information.

|

See Also

RecurrenceControlBase Class

RecurrenceControlBase Members

DevExpress.XtraScheduler.UI Namespace