Back to Devexpress

StateTrackingMode Enum

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

latest2.2 KB
Original Source

StateTrackingMode Enum

Namespace : DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
public enum StateTrackingMode
vb
Public Enum StateTrackingMode

Members

NameDescription
Auto

The DXGoogleCalendarSync automatically logs user activity and writes session information to an .xml file located in the working directory. You can call the DXGoogleCalendarSync.Save / DXGoogleCalendarSync.Load method overloads with no parameters to trigger this process. Alternatively, use method overloads which take the “Stream” parameter to save session info elsewhere.

| | Manual |

The DXGoogleCalendarSync does not automatically log user activity. If needed, you can call parameterized DXGoogleCalendarSync.Save / DXGoogleCalendarSync.Load method overloads to manually save session information.

|

The following properties accept/return StateTrackingMode values:

See Also

DevExpress.XtraScheduler.GoogleCalendar Namespace