Back to Devexpress

SvgImageBox.HoveredItem Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-1a21082a.md

latest2.1 KB
Original Source

SvgImageBox.HoveredItem Property

Gets the hovered image item.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public SvgImageItem HoveredItem { get; }
vb
<Browsable(False)>
Public ReadOnly Property HoveredItem As SvgImageItem

Property Value

TypeDescription
SvgImageItem

The hovered item.

|

Remarks

When the mouse cursor enters an item’s bounds, this item becomes hovered and accessible via the HoveredItem property. You can also test whether the item is hovered with its SvgImageItem.Hovered property.

The SvgImageBox.QueryHoveredItem event allows you to specify a custom item as “hovered” when you move the mouse cursor over items. For instance, you can specify a group as “hovered” when you hover over the group’s item. To allow groups to be hovered and selected, ensure the SvgImageBox.ItemHitTestType property is set to BoundingBox.

See Also

ItemEnter

ItemLeave

QueryHoveredItem

Hovered

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace