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.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
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 ignored by applications with iCalendar support.
See Also