Back to Devexpress

SchedulerAppointmentFormInfo Members

blazor-devexpress-dot-blazor-dot-schedulerappointmentforminfo-dot-underscore-members.md

latest6.9 KB
Original Source

SchedulerAppointmentFormInfo Members

Stores information about the appointment edit form.

Constructors

NameDescription
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.

Properties

NameDescription
AllDaySpecifies whether the appointment is scheduled for the entire day or multiple days.
CustomFieldsSpecifies the appointment’s custom fields
DataStorageSpecifies the Scheduler’s data source.
DescriptionSpecifies the appointment’s description.
EndSpecifies the appointment’s end date and time.
EndDateSpecifies the appointment’s end date.
EndTimeSpecifies the appointment’s end time.
EndTimeItemsSpecifies the list of available items that correspond to the end time.
LabelItemSpecifies the appointment’s label.
LabelItemsSpecifies the list of available label items.
LocationSpecifies the appointment’s location.
RecurrenceFormInfoReturns an object that stores information about the Recurrence form.
RepeatItemsSpecifies the list of available recurrence modes.
ResourceColorItemSpecifies information about the appointment’s resource.
ResourceItemSpecifies the appointment’s resource.
SelectedResourceItemsSpecifies the list of multiple resources associated with the appointment.
SourceAppointmentSpecifies the appointment for which the edit form is shown.
StartSpecifies the appointment’s start date and time.
StartDateSpecifies the appointment’s start date.
StartTimeSpecifies the appointment’s start time.
StartTimeItemsSpecifies the list of available items that correspond to the start time.
StatusItemSpecifies the appointment’s status.
StatusItemsSpecifies the list of available status items.
SubjectSpecifies the appointment’s subject.

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 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() 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.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
PropertyChangedOccurs when a property value changes.

See Also

SchedulerAppointmentFormInfo Class

DevExpress.Blazor Namespace