Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1ScheduleSettings Class / DefaultFileFormat Property

In This Topic
    DefaultFileFormat Property (C1ScheduleSettings)
    In This Topic
    Gets or sets the C1.C1Schedule.FileFormatEnum value, specifying the default file format for import and export operations. It is honored in the "Import Data" and "Export Data" dialogs.
    Syntax
    'Declaration
     
    Public Property DefaultFileFormat As FileFormatEnum
    public FileFormatEnum DefaultFileFormat {get; set;}
    Remarks
    The default value is C1.C1Schedule.FileFormatEnum.XML.
    See Also