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

iCalendarComponentBase.CustomProperties Property

Provides access to a collection of custom properties for a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public iCalendarPropertyCollection CustomProperties { get; }

Property Value

Type Description
iCalendarPropertyCollection

An iCalendarPropertyCollection object representing a collection of custom properties.

Remarks

To add a property which is not implemented in the VEvent object, create a new TextProperty object, specify its parameters, and add it to the collection of custom properties via the Add method of a CustomProperties collection.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E2437.

See Also