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

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

Declaration

public string CustomPropertyIdentifier { get; set; }

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 parsed or safely ignored by applications that support iCalendar.

This type of property is used to load custom appointment properties from a source in iCalendar format.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomPropertyIdentifier property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also