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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

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