corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-components-30ff6c8e.md
Represents a collection of iCalendar component properties.
Namespace : DevExpress.XtraScheduler.iCalendar.Components
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class iCalendarPropertyCollection :
iCalendarNamedObjectCollection<iCalendarPropertyBase>
Public Class iCalendarPropertyCollection
Inherits iCalendarNamedObjectCollection(Of iCalendarPropertyBase)
The following members return iCalendarPropertyCollection objects:
An instance of the iCalendarPropertyCollection class is available via the iCalendarComponentBase.CustomProperties property.
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