Back to Devexpress

RepositoryItemPopupBase.ContextButtonOptions Property

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

latest1.9 KB
Original Source

RepositoryItemPopupBase.ContextButtonOptions Property

Provides access to the settings applied to the 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 SimpleContextItemCollectionOptions ContextButtonOptions { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ContextButtonOptions As SimpleContextItemCollectionOptions

Property Value

TypeDescription
SimpleContextItemCollectionOptions

A DevExpress.Utils.SimpleContextItemCollectionOptions object that comprises settings applied to the context buttons.

|

Remarks

The RepositoryItemPopupBase.ContextButtons property allows you to specify the collection of context buttons displayed by editor items. The ContextButtonOptions property provides access to the settings applied to these buttons.

See Also

ContextButtons

RepositoryItemPopupBase Class

RepositoryItemPopupBase Members

DevExpress.XtraEditors.Repository Namespace