DxHtmlPainterArgs.InteractivityKey Property
Gets or sets the key that identifies this currently painted HTML template instance. You can later check keys to obtain a correct template instance (for example, when you need to pass control mouse events to a template).
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | The unique key assigned to the HTML template instance. |
Remarks
See this article for more information about interactivity keys: Custom Draw Templates.
See Also