Back to Devexpress

AppointmentStatus Members

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentstatus-dot-underscore-members.md

latest7.0 KB
Original Source

AppointmentStatus Members

Appointment’s availability status.

Constructors

NameDescription
AppointmentStatus()Obsolete. Initializes a new instance of the AppointmentStatus class with the default settings.
AppointmentStatus(AppointmentStatusType, Color, String, String)Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color, display name and menu caption.
AppointmentStatus(AppointmentStatusType, Color, String)Obsolete. Initializes a new instance of the AppointmentStatus class with the specified type, color and display name.
AppointmentStatus(AppointmentStatusType, String, String)Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.
AppointmentStatus(AppointmentStatusType, String)Obsolete. Initializes new instance of the AppointmentStatus class with the specified settings.

Properties

NameDescription
BrushGets or sets the brush used to visualize the status.
ColorObsolete. Extracts color from the Brush object of the AppointmentStatus.Brush property or creates a new SolidBrush with the specified color and assigns it to the AppointmentStatus.Brush property.
CustomFieldsGets the collection of custom fields bound to the appointment status.
DisplayNameGets or sets the text which identifies an element. Inherited from UserInterfaceObject.
Empty staticObtains a special empty appointment status, which is a status of undefined type.
IdGets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject.
MenuCaptionGets or sets the element’s menu caption. Inherited from UserInterfaceObject.
TypeGets or sets the type of the appointment status.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current UserInterfaceObject instance. Inherited from UserInterfaceObject.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current UserInterfaceObject object. Inherited from UserInterfaceObject.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ResetBrush()Sets the AppointmentStatus.Brush property to its default value.
SetBrush(Brush)Gets the brush used to visualize the appointment status.
ShouldSerializeBrush()Used by Visual Studio Designer to check whether the AppointmentStatus.Brush property has changed from its default value.
ToString()Returns the element’s textual representation. Inherited from UserInterfaceObject.

Events

NameDescription
PropertyChangedOccurs when a property value changes. Inherited from UserInterfaceObject.

See Also

AppointmentStatus Class

DevExpress.XtraScheduler Namespace