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

iCalendarComponentBase.CustomComponents Property

Provides access to a collection of calendar components incorporated into the current component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

Declaration

public iCalendarComponentCollection CustomComponents { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentCollection

An DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentCollection object, representing a collection of calendar components.

See Also