Defines the command that exports Scheduler data to the file.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand ExportCommand
Visual Basic (Declaration)
Public Shared ReadOnly ExportCommand As RoutedCommand

Remarks

This command opens "Save File" dialog and then exports data to file.

Command parameter is one of the next values:

See Also