RepositoryItemPopupBase.ContextButtons Property
In This Article
Provides access to the collection of context buttons displayed by editor items.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public virtual ContextItemCollection ContextButtons { get; }
#Property Value
Type | Description |
---|---|
Context |
A DevExpress. |
#Remarks
See the RepositoryItemCheckedComboBoxEdit.ContextButtons and RepositoryItemComboBox.ContextButtons properties for details.
See Also