Back to Devexpress

ButtonInfoBase.IsMouseOver Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfobase-a0595b16.md

latest1.0 KB
Original Source

ButtonInfoBase.IsMouseOver Property

Gets or sets whether the cursor is hovering the button. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsMouseOver { get; set; }
vb
Public Property IsMouseOver As Boolean

Property Value

TypeDescription
Boolean

true, if the cursor is hovering the button; otherwise, false.

|

See Also

ButtonInfoBase Class

ButtonInfoBase Members

DevExpress.Xpf.Editors Namespace