Back to Devexpress

iCalendarPropertyCollection Class

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-components-30ff6c8e.md

latest2.3 KB
Original Source

iCalendarPropertyCollection Class

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

Declaration

csharp
public class iCalendarPropertyCollection :
    iCalendarNamedObjectCollection<iCalendarPropertyBase>
vb
Public Class iCalendarPropertyCollection
    Inherits iCalendarNamedObjectCollection(Of 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

iCalendarPropertyCollection Members

CustomProperties

DevExpress.XtraScheduler.iCalendar.Components Namespace