[]
Gets or sets the C1.Schedule.FileFormatEnum value, specifying the default file format for import and export operations. It is honored in the "Import Data" and "Export Data" dialogs.
[C1Category("Behavior")]
[C1Description("DefaultFileFormat", "The default file format for import and export operations.")]
public FileFormatEnum DefaultFileFormat { get; set; }
<C1Category("Behavior")>
<C1Description("DefaultFileFormat", "The default file format for import and export operations.")>
Public Property DefaultFileFormat As FileFormatEnum
The default value is C1.Schedule.FileFormatEnum.XML.