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