ResourceCollection.ReadXml(Stream) Method
Reads the settings of the resources from the specified stream.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream descendant from which resources are read. If null (Nothing in Visual Basic), an exception is raised. |
Remarks
Use the ReadXml method to load resources that were written to a file in XML format using the ResourceCollection.WriteXml method. After the resources have been loaded, the SchedulerStorageBase.AppointmentCollectionLoaded event is raised.
See Also