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.v24.2.GoogleCalendar.dll

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