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

VEvent.IsAllDay Property

Gets whether the event is an ‘all-day’ event.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

Declaration

public bool IsAllDay { get; }

Property Value

Type Description
Boolean

true if the current event is an all-day event; otherwise, false.

Remarks

This property maps to the Appointment.AllDay property of the XtraScheduler appointment.

See Also