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

DxSchedulerAppointmentItem.SameDay Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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