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

iCalendarPropertyCollection Class

Represents a collection of iCalendar component properties.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

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