Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxExportSchedulerLink Unit

#Methods

Name Description
cxExportSchedulerToCSV(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,Char,string,TObject,TEncoding) Exports user events from a scheduler control to a file in CSV (comma-separated values) format.
cxExportSchedulerToExcel(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject) Exports user events from a scheduler control to a file in Microsoft Excel® binary format (XLS).
cxExportSchedulerToFile(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,Integer,string[],string,TObject,TEncoding) Exports user events from a scheduler control to a file in the specified format.
cxExportSchedulerToHTML(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject) Exports user events from a scheduler control to a file in HTML format.
cxExportSchedulerToText(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,string,string,string,TObject,TEncoding) Exports user events from a scheduler control to a file in plain text format.
cxExportSchedulerToText(string,TcxCustomScheduler,Boolean,Boolean,TDateTime,TDateTime,string,TObject,TEncoding) Exports user events from a scheduler control to a file in plain text format.
cxExportSchedulerToXLSX(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject) Exports user events from a scheduler control to a file in Office Open XML spreadsheet format (XLSX).
cxExportSchedulerToXML(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject) Exports user events from a scheduler control to a file in XML format.