Skip to main content
A newer version of this page is available. .

AccordionControl.CollapsedItemClickAction Property

Gets or sets whether clicking a collapsed item selects it or invokes a popup with the child items. This is a dependency property.

Namespace: DevExpress.Xpf.Accordion

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

Declaration

public CollapsedItemClickAction CollapsedItemClickAction { get; set; }

Property Value

Type Description
CollapsedItemClickAction

A CollapsedItemClickAction enumeration value.

Available values:

Name Description
ShowItems

Clicking a collapsed item invokes a popup with the child items.

Select

Clicking a collapsed item selects it.

See Also