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

iCalendarComponentBase.AddObject(iCalendarBodyItem) Method

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

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