Version

ExportVisualModelSerialized() Method

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.
Syntax
public string ExportVisualModelSerialized()

Return Value

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