Back to Devexpress

AccordionControl.ContextButtonsOptions Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-93c203a6.md

latest2.3 KB
Original Source

AccordionControl.ContextButtonsOptions Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public AccordionContextItemCollectionOptions ContextButtonsOptions { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property ContextButtonsOptions As AccordionContextItemCollectionOptions

Property Value

TypeDescription
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

GroupContextButtons

ItemContextButtons

ContextButtonCustomize

ContextButtonClick

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace