

How To: Replicate the appearance and behavior of the DevExpress Demo Center’s Accordion Control.
#Unibox acordeon windows code#
How To: Create AccordionControl in code.How To: Create a Multi-Level Element Hierarchy.Support for an external search box ( SearchControl).Built-in search box ( AccordionControl.ShowFilterControl) - Allows you to filter items based on the search text.Item and group expand/collapse animation ( AccordionControl.AnimationType).Item selection feature ( AccordionControl.AllowItemSelection) - Allows you to highlight a clicked item.Custom controls in item headers ( AccordionControlElementBase.HeaderControl).Context buttons in item and group headers ( AccordionControl.ItemContextButtons, AccordionControl.GroupContextButtons, AccordionControl.ContextButtonCustomize).Expand multiple elements simultaneously ( AccordionControl.ExpandElementMode).Load item content dynamically ( AccordionControl.HasContentContainer, AccordionControl.GetContentContainer).Hamburger Menu paint style ( AccordionControl.ViewType, AccordionOptionsHamburgerMenu.DisplayMode).Items can display custom controls in an expandable area below their headers ( AccordionControlElementBase.ContentContainer).Items and groups can display images and text in their headers ( AccordionControlElementBase.Image, AccordionControlElementBase.ImageIndex, AccordionControlElementBase.Text).Unlimited number of hierarchy levels ( AccordionControl.Elements, AccordionControlElement.Elements).The Accordion Control (the AccordionControl class object) is a side navigation control whose items can be organized into groups.
