Back to Devexpress

DXGoogleCalendarSync.CustomFieldIdPropertyName Property

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-dxgooglecalendarsync-c20cddd3.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

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

Property Value

TypeDefaultDescription
String"gId"

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