Skip to main content
All docs
V23.2

DXOutlook365Sync(IContainer) Constructor

Initializes a new instance of the DXOutlook365Sync class with the specified container.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public DXOutlook365Sync(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An object that implements the IContainer interface and owns the DXOutlook365Sync component.

See Also