Skip to main content

DxSchedulerAppointmentItem.SameDay Property

Gets whether the appointment’s start and end times are on the same day.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool SameDay { get; }

Property Value

Type Description
Boolean

true, if the appointment interval is within a single day; false, if the appointment’s start and end times are on different days.

See Also