AccordionControl.CollapsePopupPlacement Property
In This Article
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 |
---|---|
Collapse |
A Collapse |
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