Back to Devexpress

iCalendarImporter.CustomPropertyIdentifier Property

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-icalendarimporter.md

latest1.8 KB
Original Source

iCalendarImporter.CustomPropertyIdentifier Property

Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.

Namespace : DevExpress.XtraScheduler.iCalendar

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public string CustomPropertyIdentifier { get; set; }
vb
Public Property CustomPropertyIdentifier As String

Property Value

TypeDescription
String

A string, representing a token for non-standard iCalendar properties

|

Remarks

Use the CustomPropertyIdentifier property to specify a prefix to designate extension properties of iCalendar. Extension property names have the prefix text of “X-“ followed by an arbitrary text identifier, represented by CustomPropertyIdentifier property value. They can be safely ignored by applications with iCalendar support.

This type of property is used to save custom appointment properties in iCalendar format.

See Also

iCalendarImporter Class

iCalendarImporter Members

DevExpress.XtraScheduler.iCalendar Namespace