Version

ExportVisualModel(SchedulerViewMode) Method

Returns the Infragistics.Scheduler.Core.VisualModel exported as a Infragistics.Scheduler.Core.VisualModelExport instance for the specified view.
Syntax
public VisualModelExport ExportVisualModel( 
   SchedulerViewMode viewMode
)

Parameters

viewMode
The view whose Infragistics.Scheduler.Core.VisualModel should be exported.

Return Value

The Infragistics.Scheduler.Core.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