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

AccordionControl.ContextButtonsOptions Property

Provides access to properties that affect all context buttons within this AccordionControl‘s elements.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public AccordionContextItemCollectionOptions ContextButtonsOptions { get; }

#Property Value

Type Description
AccordionContextItemCollectionOptions

A DevExpress.XtraBars.Navigation.AccordionContextItemCollectionOptions object that stores global context button settings.

#Remarks

Settings, accessed through the ContextButtonsOptions property, affect context buttons in both the AccordionControl.GroupContextButtons and AccordionControl.ItemContextButtons collections.

See Also