Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ExportCommand Field

In This Topic
    ExportCommand Field (C1Scheduler)
    In This Topic
    Defines the command that exports Scheduler data to the file.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ExportCommand As RoutedCommand
    public static readonly RoutedCommand ExportCommand
    Remarks
    This command opens "Save File" dialog and then exports data to file.

    Command parameter is one of the next values:

    See Also