Skip to main content

RecurrenceInfo.FromXml(String) Method

Parses the specified XML encoded recurrence info.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public void FromXml(
    string val
)

#Parameters

Name Type Description
val String

The XML encoded recurrence information.

#Implements

See Also