DXGoogleCalendarSync(IContainer) Constructor
In This Article
Initializes a new instance of the DXGoogleCalendarSync class with the specified settings.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v24.2.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
#Declaration
public DXGoogleCalendarSync(
IContainer components
)
#Parameters
Name | Type | Description |
---|---|---|
components | IContainer | An object that implements the IContainer interface and owns this DXGoogle |
See Also