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

DXGoogleCalendarSync.CustomFieldIdPropertyName Property

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

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

[DefaultValue("gId")]
public string CustomFieldIdPropertyName { get; set; }

Property Value

Type Default Description
String "gId"

A String value that is the custom field name.

Remarks

See the Google Calendars article for more information.

See Also