[]
        
(Showing Draft Content)

C1.Win.Schedule.C1ScheduleSettings.DefaultFileFormat

DefaultFileFormat Property

DefaultFileFormat

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.

Declaration
[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
Remarks

The default value is C1.Schedule.FileFormatEnum.XML.