Skip to main content

BaseListBoxControl.ContextButtonOptions Property

Provides access to the settings applied to the context buttons displayed in the control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Context Buttons")]
public virtual SimpleContextItemCollectionOptions ContextButtonOptions { get; }

Property Value

Type Description
SimpleContextItemCollectionOptions

A DevExpress.Utils.SimpleContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the control.

Remarks

The BaseListBoxControl.ContextButtons property allows you to specify the collection of context buttons displayed in the BaseListBoxControl. The ContextButtonOptions property provides access to the settings applied to these buttons.

See Also