ComponentOne Scheduler for WinForms
DefaultFileFormat Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1ScheduleSettings Class : DefaultFileFormat Property
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

Reference

C1ScheduleSettings Class
C1ScheduleSettings Members