Back to Devexpress

DXGoogleCalendarSync.CustomFieldETagPropertyName Property

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-dxgooglecalendarsync-868c46df.md

latest1.9 KB
Original Source

DXGoogleCalendarSync.CustomFieldETagPropertyName Property

Gets or sets the name of an appointment custom field that stores Google Event ETag.

Namespace : DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
[DefaultValue("etag")]
public string CustomFieldETagPropertyName { get; set; }
vb
<DefaultValue("etag")>
Public Property CustomFieldETagPropertyName As String

Property Value

TypeDefaultDescription
String"etag"

A String value that is the custom field name.

|

Remarks

See the Google Calendars article for more information.

See Also

Google Calendars

DXGoogleCalendarSync Class

DXGoogleCalendarSync Members

DevExpress.XtraScheduler.GoogleCalendar Namespace