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.PopupHideDelay Property

Gets or sets the delay, in milliseconds, elapsed before the accordion item preview popup is automatically hidden. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

public int PopupHideDelay { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the delay, in milliseconds, elapsed before the accordion item preview popup is automatically hidden.

#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