Back to Devexpress

CustomizeAppointmentFlyoutEventArgs Members

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

latest5.6 KB
Original Source

CustomizeAppointmentFlyoutEventArgs Members

Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.

Constructors

NameDescription
CustomizeAppointmentFlyoutEventArgs()Initializes a new instance of the CustomizeAppointmentFlyoutEventArgs class with the default settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
AppearanceProvides access to an object used to control the appearance of the flyout contents, except the Subject rectangle.
AppointmentProvides access to an appointment for which the flyout is invoked.
EndGets or sets the DateTime value displayed after the End text label.
LocationGets or sets the text displayed after the Location text label.
ReminderGets or sets a reminder whose information is displayed in the appointment flyout.
ShowEndDateGets or sets whether to display the End information.
ShowLocationGets or sets whether to display the Location information.
ShowReminderGets or sets whether to display the time before start information of the appointment reminder.
ShowStartDateGets or sets whether to display the Start information.
ShowStatusGets or sets whether to display the status line.
ShowSubjectGets or sets whether to display the Subject rectangle.
StartGets or sets the DateTime value displayed after the Start text label.
SubjectGets or sets the text displayed in the Subject rectangle.
SubjectAppearanceProvides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout.

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

See Also

CustomizeAppointmentFlyoutEventArgs Class

DevExpress.XtraScheduler Namespace