Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AccordionContextItemCollection Class

Represents a collection of ContextItem objects displayed in an AccordionControlElement.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class AccordionContextItemCollection :
    ContextItemCollection

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.

SimpleContextItems

Simple context items are ContextItem descendants.

The AccordionControl uses simple context item descendants and does not support panels and panel properties.

#Inheritance

Object
CollectionBase
ContextItemCollection
AccordionContextItemCollection
See Also