Skip to main content
All docs
V26.1
  • 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 IContainer interface and owns the DXOutlook365Sync component.

    See Also