Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IRecurrenceInfo Methods

If implemented by a class, defines the occurrence chain (how often and how long occurrences happen).
Name Description
Assign(IRecurrenceInfo, Boolean) Copies all properties from the specified recurrence info to the current object.
Assign(IRecurrenceInfo) Copies all properties from the specified recurrence info to the current object.
FromXml(String) Parses the specified XML encoded recurrence info.
Reset(RecurrenceType) Resets all recurrence information fields to their default values according to the specified recurrence type.
ToXml() Creates an XML encoding of the recurrence information.
See Also