AccordionContextItemCollection Class
Represents a collection of ContextItem objects displayed in an AccordionControlElement.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Related API Members
The following members return AccordionContextItemCollection objects:
Remarks
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, for example, SimpleContextItemCollectionOptions.FarPanelPadding or AccordionContextItemCollectionOptions.CenterPanelPadding.
Inheritance
Object
CollectionBase
ContextItemCollection
AccordionContextItemCollection
See Also