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

iCalendarPropertyCollection() Constructor

Initializes a new instance of the iCalendarPropertyCollection class with the default settings.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public iCalendarPropertyCollection()

Remarks

An object of the iCalendarPropertyCollection type can be accessed via the iCalendarComponentBase.CustomProperties property.

See Also