Skip to main content
A newer version of this page is available. .

AccordionItem.IsMouseOverHeader Property

Gets whether the mouse pointer is over the current accordion item‘s header.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Accordion, DevExpress.Wpf.Navigation

Declaration

public bool IsMouseOverHeader { get; }

Property Value

Type Description
Boolean

true, if the mouse pointer is currently over the accordion item’s header; otherwise, false.

See Also