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
Declaration
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