Skip to main content
A newer version of this page is available. .

AppointmentDependencyCollection.ReadXml(Stream) Method

Reads the settings of the appointment dependencies from the specified stream.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual void ReadXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant from which appointments are read. If null (Nothing in Visual Basic), an exception is raised.

Remarks

Use the ReadXml method to load dependencies that were written to a file in XML format using the AppointmentDependencyCollection.WriteXml method.

See Also