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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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