Skip to main content

ConflictDetectedEventArgs.GoogleEventIsValid Property

Gets or sets whether the DXGoogleCalendarSync should copy a Google Event data into a Scheduler Appointment.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public bool GoogleEventIsValid { get; set; }

Property Value

Type Description
Boolean

true if the DXGoogleCalendarSync should copy a Google Event data into a Scheduler Appointment; false if Appointment data should be copied into an Event.

See Also