SchedulerStorage.GetCoreStorage() Method
In This Article
Gets the DevExpress.XtraScheduler.SchedulerStorageBase class descendant.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
Use the GetCoreStorage property to access a storage object for initializing an instance of the DevExpress.XtraScheduler.iCalendar.iCalendarExporter or DevExpress.XtraScheduler.iCalendar.iCalendarImporter class to be used for export/import data in iCalendar format.
See Also