Back to Devexpress

AccordionControl.ShowPopupOnHover Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-5c6a52ba.md

latest1.9 KB
Original Source

AccordionControl.ShowPopupOnHover Property

Gets or sets whether a popup is automatically shown when an item is hovered over with the mouse pointer. This is a dependency property.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

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

Property Value

TypeDescription
Boolean

true, if a popup is automatically shown when an item is hovered over with the mouse pointer; otherwise, false.

|

Remarks

When the AccordionControl functions in collapsed mode, it displays its items in popup window when an end user clicks an item. To display the popup on mouse hover, set the ShowPopupOnHover property to true.

The animation below demonstrates an AccordionControl , that displays all items in a popup window when hovering the All Filters item.

After an end user moves the mouse outside the popup window, the popup window is hidden with a delay specified using the PopupHideDelay property.

If an end user selects an accordion item within the popup window, the popup window remains open.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace