Skip to main content

VEvent.IsAllDay Property

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

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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