Skip to main content

AppointmentStatus.Empty Property

Returns an empty appointment status.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public static AppointmentStatus Empty { get; }

Property Value

Type Description
AppointmentStatus

An AppointmentStatus value representing an empty appointment status.

See Also