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

Gets or sets the position of the popup with Accordion items when the Accordion is in the Collapse Mode. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

NuGet Package: DevExpress.Wpf.Accordion

#Declaration

public CollapsePopupPlacement CollapsePopupPlacement { get; set; }

#Property Value

Type Description
CollapsePopupPlacement

A CollapsePopupPlacement enumeration value.

Available values:

Name Description
Right

The popup is placed to the right of the collapsed Accordion.

Left

The popup is placed to the left of the collapsed Accordion.

#Remarks

When the Accordion is collapsed (the AccordionControl.IsExpanded property is set to false), the end-user can click the Summary Item to show all Accordion items in a popup.

To learn more, see Collapse Mode.

See Also