Skip to main content
A newer version of this page is available. .

SchedulerAppointmentFormInfo Members

Stores information about the appointment edit form.

Constructors

Name Description
SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage) Initializes a new instance of the SchedulerAppointmentFormInfo class with specified settings.

Properties

Name Description
AllDay Specifies whether the appointment is scheduled for the entire day or multiple days.
CustomFields Specifies the appointment’s custom fields
DataStorage Specifies the Scheduler’s data source.
Description Specifies the appointment’s description.
End Specifies the appointment’s end date and time.
EndDate Specifies the appointment’s end date.
EndTime Specifies the appointment’s end time.
EndTimeItems Specifies the list of available items that correspond to the end time.
LabelItem Specifies the appointment’s label.
LabelItems Specifies the list of available label items.
Location Specifies the appointment’s location.
ResourceColorItem Specifies information about the appointment’s resource.
ResourceItem Specifies the appointment’s resource.
SourceAppointment Specifies the appointment for which the edit form is shown.
Start Specifies the appointment’s start date and time.
StartDate Specifies the appointment’s start date.
StartTime Specifies the appointment’s start time.
StartTimeItems Specifies the list of available items that correspond to the start time.
StatusItem Specifies the appointment’s status.
StatusItems Specifies the list of available status items.
Subject Specifies the appointment’s subject.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Initialize() Initializes a new instance of the SchedulerAppointmentFormInfo class.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a property value changes.
See Also