DxSchedulerRecurrenceInfo.FromXml(String) Method
Reconstructs the recurrence information from a string in XML format.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public void FromXml(
string val
)
Parameters
Name | Type | Description |
---|---|---|
val | String | A string that contains recurrence information in XML format. |
Implements
See Also