DxSchedulerAppointmentItem.LongerThanADay Property
In This Article
Gets whether the appointment’s duration is equal to or greater than one day.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool LongerThanADay { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also