Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public object InteractivityKey { get; set; }

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