Skip to main content
A newer version of this page is available. .

RepositoryItemPopupBase.ContextButtons Property

Provides access to the collection of context buttons displayed by editor items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual ContextItemCollection ContextButtons { get; }

Property Value

Type Description
DevExpress.Utils.ContextItemCollection

A DevExpress.Utils.ContextItemCollection object that represents the collection of context buttons.

Remarks

See the RepositoryItemCheckedComboBoxEdit.ContextButtons and RepositoryItemComboBox.ContextButtons properties for details.

See Also