Skip to main content
A newer version of this page is available. .

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.v19.1.GoogleCalendar.dll

Declaration

[DefaultValue("etag")]
public string CustomFieldETagPropertyName { get; set; }

Property Value

Type Default Description
String "etag"

A String value that is the custom field name.

Remarks

See the Google Calendars article for more information.

See Also