Back to Devexpress

SvgImageItem.Hovered Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-33224ef5.md

latest1.6 KB
Original Source

SvgImageItem.Hovered Property

Gets whether the item is hovered.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the item is hovered; otherwise, false.

|

Remarks

You can use the SvgImageBox.HoveredItem property to identify the hovered item.

See Also

ItemEnter

ItemLeave

QueryHoveredItem

HoveredItem

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace