Skip to main content

AccordionItem.IsMouseOverHeader Property

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

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

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