Skip to main content

RepositoryItemPopupBase.ContextButtons Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
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