Skip to main content

iCalendarPropertyCollection Class

Represents a collection of iCalendar component properties.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public class iCalendarPropertyCollection :
    iCalendarNamedObjectCollection<iCalendarPropertyBase>

The following members return iCalendarPropertyCollection objects:

#Remarks

An instance of the iCalendarPropertyCollection class is available via the iCalendarComponentBase.CustomProperties property.

#Inheritance

Object
DXCollectionBase<DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyBase>
DXCollection<DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyBase>
DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection<DevExpress.XtraScheduler.iCalendar.Components.iCalendarPropertyBase>
iCalendarPropertyCollection
See Also