DXOutlook365Sync(IContainer) Constructor
Initializes a new instance of the DXOutlook365Sync class with the specified container.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public DXOutlook365Sync(
IContainer container
)
Parameters
| Name | Type | Description |
|---|---|---|
| container | IContainer | An object that implements the |
See Also