Skip to main content

iCalendarComponentBase.AddObject(iCalendarBodyItem) Method

Adds a calendar property or a component to the current calendar object.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void AddObject(
    iCalendarBodyItem item
)

Parameters

Name Type Description
item DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem

A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem descendant, representing a calendar object to add.

See Also