RepositoryItemPopupBase.ContextButtons Property
Provides access to the collection of context buttons displayed by editor items.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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