Skip to main content
A newer version of this page is available. .

RepositoryItemPopupBase.ContextButtonOptions Property

Provides access to the settings applied to the context buttons displayed by editor items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual SimpleContextItemCollectionOptions ContextButtonOptions { get; }

Property Value

Type Description
DevExpress.Utils.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