Back to Devexpress

AppointmentFlyoutHtmlElementMouseEventArgs Properties

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentflyouthtmlelementmouseeventargs-dot-underscore-properties.md

latest6.4 KB
Original Source

AppointmentFlyoutHtmlElementMouseEventArgs Properties

Contains data for the AppointmentFlyoutHtmlElementMouseClick event.

NameDescription
AppointmentGets an appointment whose flyout is clicked.
BoundsReturns 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 DxHtmlElementMouseEventArgs.
BubblesReturns whether this element can pass an event up along the tree, to its parent HTML elements. You can enable the CancelBubble property to stop an event at this control level. See any “HtmlElementMouse~” event description for more details on bubbling (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
ButtonReturns the clicked mouse button. Inherited from DxHtmlElementMouseEventArgs.
CancelBubbleSpecifies whether this element should pass an event to its parent elements. See any “HtmlElementMouse~” event description for more information about bubbling (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
ClicksReturns the number of clicks. Inherited from DxHtmlElementMouseEventArgs.
CurrentTargetInherited from DxHtmlElementEventArgs.
ElementInherited from DxHtmlElementEventArgs.
ElementIdReturns the unique identifier of an HTML element. Element IDs are set in HTML markup (the “id” property). See any “HtmlElementMouse~” event description for more information (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
HitInfoReturns information about a clicked element. Inherited from DxHtmlElementMouseEventArgs.
IsClickInherited from DxHtmlElementMouseEventArgs.
MouseArgsReturns information about a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.
NodeNameInherited from DxHtmlElementEventArgs.
Resource
RootElementInherited from DxHtmlElementEventArgs.
SourceItemInherited from DxHtmlElementMouseEventArgs.
SuppressOwnerEventSpecifies whether a control whose HTML element triggered this event should raise its own related event. See any “HtmlElementMouse~” event description for more information (for example, WinExplorerView.HtmlElementMouseClick). Inherited from DxHtmlElementEventArgs.
TagNameInherited from DxHtmlElementEventArgs.
TargetInherited from DxHtmlElementEventArgs.
XReturns the X coordinate of a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.
YReturns the Y coordinate of a mouse pointer. Inherited from DxHtmlElementMouseEventArgs.

See Also

AppointmentFlyoutHtmlElementMouseEventArgs Class

AppointmentFlyoutHtmlElementMouseEventArgs Members

DevExpress.XtraScheduler Namespace