Back to Devexpress

RepositoryItemComboBox.ContextButtonOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-77b9fc83.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[DXCategory("Context Buttons")]
public override SimpleContextItemCollectionOptions ContextButtonOptions { get; }
vb
<Browsable(True)>
<DXCategory("Context Buttons")>
Public Overrides ReadOnly Property ContextButtonOptions As SimpleContextItemCollectionOptions

Property Value

TypeDescription
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

ContextButtons

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace