Back to Devexpress

ConflictDetectedEventArgs.GoogleEventIsValid Property

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-conflictdetectedeventargs.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
public bool GoogleEventIsValid { get; set; }
vb
Public Property GoogleEventIsValid As Boolean

Property Value

TypeDescription
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

ConflictDetectedEventArgs Class

ConflictDetectedEventArgs Members

DevExpress.XtraScheduler.GoogleCalendar Namespace