windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitempictureedit-ed85c04b.md
Provides access to the settings applied to the context buttons displayed in the PictureEdit control, and panels containing these buttons.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Context Buttons")]
public ContextItemCollectionOptions ContextButtonOptions { get; }
<DXCategory("Context Buttons")>
Public ReadOnly Property ContextButtonOptions As ContextItemCollectionOptions
| Type | Description |
|---|---|
| ContextItemCollectionOptions |
A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the PictureEdit control, and panels containing these buttons.
|
The RepositoryItemPictureEdit.ContextButtons property allows you to specify the collection of context buttons displayed in the PictureEdit control. The ContextButtonOptions property provides access to the settings applied to these buttons, and panels that contain them.
Using this property you can specify the following settings:
See Also
RepositoryItemPictureEdit Class