Skip to main content

iCalendarPropertyCollection() Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarPropertyCollection()

Remarks

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

See Also