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.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
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. |
| CanSelectItemEventArgs | Provides data for the CanSelectItem 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 |
|---|---|
| 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. |