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

DevExpress.Xpf.Accordion Namespace

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.v17.2.dll

Classes

Name Description
AccordionCommands Provides access to AccordionControl commands.
AccordionControl Represents the accordion control.
AccordionCustomItemFilterEventArgs Provides data for the AccordionControl.CustomItemFilter event.
AccordionItem Represents the accordion item.
AccordionItemCollapsedEventArgs Provides data for the AccordionControl.ItemCollapsed event.
AccordionItemExpandedEventArgs Provides data for the AccordionControl.ItemExpanded event.
AccordionSelectedItemChangedEventArgs Provides data for the AccordionControl.SelectedItemChanged event.

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
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 Collapse Mode.
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 AccordionItems that can be expanded simultaneously.
GlyphPosition Lists values that specify the position and visibility of the glyph within the accordion item’s header.
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.