Skip to main content

DropDownButtonBase.IsMouseOverArrow Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsMouseOverArrow { get; }

Property Value

Type Description
Boolean

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

See Also