Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Accordion

#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