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

DXGoogleCalendarSync(IContainer) Constructor

Initializes a new instance of the DXGoogleCalendarSync class with the specified settings.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public DXGoogleCalendarSync(
    IContainer components
)

Parameters

Name Type Description
components IContainer

An object that implements the IContainer interface and owns this DXGoogleCalendarSync.

See Also