iCalendarPropertyCollection Class
Represents a collection of iCalendar component properties.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
public class iCalendarPropertyCollection :
iCalendarNamedObjectCollection<iCalendarPropertyBase>
Related API Members
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