Skip to main content

RecurrenceInfo.ToXml() Method

Creates an XML encoding of the recurrence information.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public string ToXml()

#Returns

Type Description
String

The XML encoding of the recurrence information object.

#Implements

See Also