Skip to main content

AccordionControl.ContextButtonsOptions Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.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