Version

ExportVisualModel() Method

Returns the Infragistics.Scheduler.Core.VisualModel exported as a Infragistics.Scheduler.Core.VisualModelExport instance 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 VisualModelExport ExportVisualModel()

Return Value

The VisualModel exported as a Infragistics.Scheduler.Core.VisualModelExport instance.
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