Skip to main content

iCalendarComponentBase.CustomProperties Property

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

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.

See Also