Back to Devexpress

IAppointmentStatus Interface

corelibraries-devexpress-dot-xtrascheduler-626bb8bd.md

latest3.5 KB
Original Source

IAppointmentStatus Interface

Platform-independent interface that defines appointment statuses.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IAppointmentStatus :
    IUserInterfaceObject,
    IDisposable
vb
Public Interface IAppointmentStatus
    Inherits IUserInterfaceObject,
             IDisposable

The following members return IAppointmentStatus objects:

Show 12 links

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentStatusStorage.CreateNewStatus(Object, String, String)
IAppointmentStatusStorage.CreateNewStatus(Object, String)
IAppointmentStatusStorage.CreateNewStatus(String)
IAppointmentStatusStorage.GetByType(AppointmentStatusType)
SchedulerPrintAdapter.GetStatus(Object)
WinForms ControlsAppointmentFormController.AppointmentStatus
AppointmentFormController.UpdateStatus(IAppointmentStatus)
AppointmentStatusEdit.AppointmentStatus
AppointmentViewInfo.Status
ReportViewBase.GetStatus(Object)
ASP.NET Web Forms ControlsAppointmentStatusCollection.CreateNewStatus(Object, String)
AppointmentViewInfo.Status

Remarks

Appointment statuses are implemented with the following platform-specific classes:

PlatformClass
WinFormsAppointmentStatus
ASP.NETAppointmentStatus

See Also

IAppointmentStatus Members

Appointment Labels and Statuses

Appointment Labels and Statuses

DevExpress.XtraScheduler Namespace