windowsforms-devexpress-dot-xtrabars-dot-navigation-51e0f1df.md
Represents a collection of ContextItem objects displayed in an AccordionControlElement.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class AccordionContextItemCollection :
ContextItemCollection
Public Class AccordionContextItemCollection
Inherits ContextItemCollection
The following members return AccordionContextItemCollection objects:
Use the Add method to add a context item to the AccordionControl.
The image below shows the AccordionControl with an AccordionRatingContextButton , a SimpleRatingContextButton descendant.
Simple context items are ContextItem descendants.
The AccordionControl uses simple context item descendants and does not support panels and panel properties.
Object CollectionBase ContextItemCollection AccordionContextItemCollection
See Also