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

In This Topic
    ImportCommand Field (C1Scheduler)
    In This Topic
    Defines the command that imports Scheduler data from the file.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ImportCommand As RoutedCommand
    public static readonly RoutedCommand ImportCommand
    Remarks
    This command opens "Open File" dialog and then tries to import data from selected file.
    See Also