Back to Devexpress

AppointmentStatus Constructors

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstatus-dot-ctor.md

latest2.2 KB
Original Source

AppointmentStatus Constructors

Appointment’s availability status.

NameParametersDescription
AppointmentStatus()noneObsolete. Initializes a new instance of the AppointmentStatus class with the default settings.
AppointmentStatus(AppointmentStatusType, Color, String, String)type, color, displayName, menuCaptionObsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
AppointmentStatus(AppointmentStatusType, Color, String)type, color, displayNameObsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color and display name.
AppointmentStatus(AppointmentStatusType, String, String)type, displayName, menuCaptionObsolete. Initializes new instance of the AppointmentStatus class with the specified settings.
AppointmentStatus(AppointmentStatusType, String)type, displayNameObsolete. Initializes new instance of the AppointmentStatus class with the specified settings.

See Also

AppointmentStatus Class

AppointmentStatus Members

DevExpress.XtraScheduler Namespace