CustomizeAppointmentFlyoutEventArgs Members
Provides data for the SchedulerControl.CustomizeAppointmentFlyout event.Constructors
Name | Description |
---|---|
CustomizeAppointmentFlyoutEventArgs() | Initializes a new instance of the CustomizeAppointmentFlyoutEventArgs class with the default settings. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
Appearance | Provides access to an object used to control the appearance of the flyout contents, except the Subject rectangle. |
Appointment | Provides access to an appointment for which the flyout is invoked. |
End | Gets or sets the DateTime value displayed after the End text label. |
Location | Gets or sets the text displayed after the Location text label. |
Reminder | Gets or sets a reminder whose information is displayed in the appointment flyout. |
ShowEndDate | Gets or sets whether to display the End information. |
ShowLocation | Gets or sets whether to display the Location information. |
ShowReminder | Gets or sets whether to display the time before start information of the appointment reminder. |
ShowStartDate | Gets or sets whether to display the Start information. |
ShowStatus | Gets or sets whether to display the status line. |
ShowSubject | Gets or sets whether to display the Subject rectangle. |
Start | Gets or sets the DateTime value displayed after the Start text label. |
Subject | Gets or sets the text displayed in the Subject rectangle. |
SubjectAppearance | Provides access to an object used to specify the appearance of the text in the Subject rectangle of the appointment flyout. |
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. |
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. |
See Also