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.v18.2.dll

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