Back to Devexpress

DevExpress.Xpf.Accordion Namespace

wpf-devexpress-dot-xpf-54ccc758.md

latest4.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Accordion

Classes

NameDescription
AccordionCommandsProvides access to AccordionControl commands.
AccordionControlRepresents the Accordion Control.
AccordionCustomItemFilterEventArgsProvides data for the AccordionControl.CustomItemFilter event.
AccordionItemRepresents the Accordion Item.
AccordionItemCollapsedEventArgsProvides data for the AccordionControl.ItemCollapsed event.
AccordionItemExpandedEventArgsProvides data for the AccordionControl.ItemExpanded event.
AccordionSelectedItemChangedEventArgsProvides data for the AccordionControl.SelectedItemChanged event.
CanSelectItemEventArgsProvides data for the CanSelectItem event.

Interfaces

NameDescription
IChildrenSelectorInterface that should be implemented by a class that retrieves the AccordionItem‘s children from the data source.

Enums

NameDescription
AccordionViewModeLists values that specify the Accordion’s view mode.
CollapsedItemClickActionLists values that specify whether clicking a collapsed item selects it or invokes a popup with the child items.
CollapsedItemDisplayModeLists values that specify the display mode for accordion items in the collapsed AccordionControl.
CollapsePopupPlacementLists values that specify the position of the popup with Accordion items when the Accordion is in the Collapse Mode.
ExpandButtonPositionLists values that specify the position of the expand button within the accordion item’s header.
ExpandModeLists values that specify the number of accordion items that can be expanded simultaneously.
GlyphPositionLists values that specify the position and visibility of the glyph within the accordion item.
ItemDisplayModeLists values that specify the display mode of the accordion item.
ItemVisibilityModeLists values that indicate the item’s visibility mode.
RootItemDisplayModeLists values that specify whether to enable a uniform style for root and subordinate items.
SelectionModeLists values that specify whether AccordionItems can be selected.
SelectionUnitLists values that specify whether an end-user can select items or both items and groups.
SummaryItemPositionLists values that specify the position of the Summary Item relative to regular items.