Skip to main content

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.v23.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