Version

ExportVisualModelSerialized Method (XamScheduler)

Returns the Infragistics.Scheduler.Core.VisualModel serialized as a string for the main view. If the control is displaying more than one view (e.g., MonthView plus AgendaView), and you want the export data for the secondary view, call the overload that takes a Infragistics.Scheduler.Core.SchedulerViewMode parameter.
Overload List
OverloadDescription
ExportVisualModelSerialized()Returns the Infragistics.Scheduler.Core.VisualModel serialized as a string for the main view. If the control is displaying more than one view (e.g., MonthView plus AgendaView), and you want the export data for the secondary view, call the overload that takes a Infragistics.Scheduler.Core.SchedulerViewMode parameter.  
ExportVisualModelSerialized(SchedulerViewMode)Returns the Infragistics.Scheduler.Core.VisualModel serialized as a string.  
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also