DXOutlook365Sync(IContainer) Constructor
Initializes a new instance of the DXOutlook365Sync class with the specified container.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.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 |
See Also