Back to Devexpress

RepositoryItemPopupBase.ContextButtons Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempopupbase-a63899e0.md

latest2.2 KB
Original Source

RepositoryItemPopupBase.ContextButtons Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual ContextItemCollection ContextButtons { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ContextButtons As ContextItemCollection

Property Value

TypeDescription
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

ContextButtonOptions

ContextButtonClick

ContextButtonValueChanged

CustomizeContextItem

RepositoryItemPopupBase Class

RepositoryItemPopupBase Members

DevExpress.XtraEditors.Repository Namespace