Click or drag to resize
KaxSiteMapNodeHoveredImageUrl Property
Gets or sets a value specifying the URL of the image rendered when the node is hovered with the mouse.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string HoveredImageUrl { get; set; }

Property Value

Type: String
Remarks
If the HoveredImageUrl property is not set the ImageUrl property will be used when the node is hovered.
See Also