Skip to main content

RepositoryItemComboBox.ContextButtonOptions Property

Provides access to the settings applied to the context buttons displayed by the editor items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[DXCategory("Context Buttons")]
public override SimpleContextItemCollectionOptions ContextButtonOptions { get; }

Property Value

Type Description
SimpleContextItemCollectionOptions

A DevExpress.Utils.SimpleContextItemCollectionOptions object that comprises settings applied to the context buttons displayed by the editor items.

Remarks

The RepositoryItemComboBox.ContextButtons property allows you to specify the collection of context buttons displayed by items of the ComboBoxEdit. The ContextButtonOptions property provides access to the settings applied to these buttons.

See Also