Skip to main content

iCalendarComponentBase.CustomComponents Property

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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