blazor-devexpress-dot-blazor-dot-schedulerappointmentforminfo-dot-underscore-members.md
Stores information about the appointment edit form.
| Name | Description |
|---|---|
| SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage, DxScheduler) | Initializes a new instance of the SchedulerAppointmentFormInfo class with specified settings. |
| SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage) | Obsolete. Initializes a new instance of the SchedulerAppointmentFormInfo class with specified settings. |
| 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. |
| RecurrenceFormInfo | Returns an object that stores information about the Recurrence form. |
| RepeatItems | Specifies the list of available recurrence modes. |
| ResourceColorItem | Specifies information about the appointment’s resource. |
| ResourceItem | Specifies the appointment’s resource. |
| SelectedResourceItems | Specifies the list of multiple resources associated with the appointment. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |
See Also