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

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.v20.1.dll

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

Declaration

public bool ShowPopupOnHover { get; set; }

Property Value

Type Description
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