Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 C1Command
    public static readonly C1Command ImportCommand
    Remarks
    This command opens "Open File" dialog and then tries to import data from selected file.
    See Also