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

iCalendarComponentBase.BodyItemType Property

Gets the type of the calendar item.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

Declaration

public override iCalendarBodyItemType BodyItemType { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItemType

A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItemType enumeration member.

See Also