Back to Devexpress

ColumnViewHyperlinkClickEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewhyperlinkclickeventargs-dot-underscore-properties.md

latest4.0 KB
Original Source

ColumnViewHyperlinkClickEventArgs Properties

Contains data for the HyperlinkClick event.

NameDescription
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.
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.
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.
NodeNameInherited from DxHtmlElementEventArgs.
RootElementInherited from DxHtmlElementEventArgs.
RowHandleGets an item’s handle.
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.

See Also

ColumnViewHyperlinkClickEventArgs Class

ColumnViewHyperlinkClickEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace