SchedulerControl.AppointmentFlyoutHtmlElementMouseClick Event
In This Article
Occurs when a user clicks any HTML element within a flyout tooltip whose content is specified with an HTML template.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public event EventHandler<AppointmentFlyoutHtmlElementMouseEventArgs> AppointmentFlyoutHtmlElementMouseClick
#Event Data
The AppointmentFlyoutHtmlElementMouseClick event's data class is AppointmentFlyoutHtmlElementMouseEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Appointment | Gets an appointment whose flyout is clicked. |
Bounds |
Returns actual bounds of a clicked element. The returned value depends on the screen scaling. For example, the Bounds property for a square div element with 50px sides returns Height and Width values of 100px when shown on a display with a 200% Windows scaling option.
Inherited from Dx |
Bubbles |
Returns whether this element can pass an event up along the tree, to its parent HTML elements. You can enable the Cancel |
Button |
Returns the clicked mouse button.
Inherited from Dx |
Cancel |
Specifies whether this element should pass an event to its parent elements. See any “Html |
Clicks |
Returns the number of clicks.
Inherited from Dx |
Current |
Inherited from Dx |
Element |
Inherited from Dx |
Element |
Returns the unique identifier of an HTML element. Element IDs are set in HTML markup (the “id” property). See any “Html |
Hit |
Returns information about a clicked element.
Inherited from Dx |
Is |
Inherited from Dx |
Mouse |
Returns information about a mouse pointer.
Inherited from Dx |
Node |
Inherited from Dx |
Root |
Inherited from Dx |
Source |
Inherited from Dx |
Suppress |
Specifies whether a control whose HTML element triggered this event should raise its own related event. See any “Html |
Tag |
Inherited from Dx |
Target |
Inherited from Dx |
X |
Returns the X coordinate of a mouse pointer.
Inherited from Dx |
Y |
Returns the Y coordinate of a mouse pointer.
Inherited from Dx |
The event data class exposes the following methods:
Method |
---|
Has |
Has |
Has |
See Also