Skip to main content
A newer version of this page is available. .

AccordionControl.ContextButtonsOptions Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraBars.Navigation.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