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

DevExpress.Xpf.Accordion Namespace

In This Article

Contains classes which implement the main functionality of the WPF Accordion control. To use these classes in XAML code, add the xmlns:dxa=”http://schemas.devexpress.com/winfx/2008/xaml/accordion“ namespace reference.

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

NuGet Package: DevExpress.Wpf.Accordion

#Interfaces

Name Description
IChildrenSelector Interface that should be implemented by a class that retrieves the AccordionItem‘s children from the data source.

#Enums

Name Description
AccordionViewMode Lists values that specify the Accordion’s view mode.
CollapsedItemClickAction Lists values that specify whether clicking a collapsed item selects it or invokes a popup with the child items.
CollapsedItemDisplayMode Lists values that specify the display mode for accordion items in the collapsed AccordionControl.
CollapsePopupPlacement Lists values that specify the position of the popup with Accordion items when the Accordion is in the Collapse Mode.
ExpandButtonPosition Lists values that specify the position of the expand button within the accordion item’s header.
ExpandMode Lists values that specify the number of accordion items that can be expanded simultaneously.
GlyphPosition Lists values that specify the position and visibility of the glyph within the accordion item.
ItemDisplayMode Lists values that specify the display mode of the accordion item.
ItemVisibilityMode Lists values that indicate the item’s visibility mode.
RootItemDisplayMode Lists values that specify whether to enable a uniform style for root and subordinate items.
SelectionMode Lists values that specify whether AccordionItems can be selected.
SelectionUnit Lists values that specify whether an end-user can select items or both items and groups.
SummaryItemPosition Lists values that specify the position of the Summary Item relative to regular items.