Back to Devexpress

SvgImageBox.ContextButtonOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-eb6d90d2.md

latest1.6 KB
Original Source

SvgImageBox.ContextButtonOptions Property

Provides access to the settings that control the display of context buttons.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ContextItemCollectionOptions ContextButtonOptions { get; }
vb
Public ReadOnly Property ContextButtonOptions As ContextItemCollectionOptions

Property Value

TypeDescription
ContextItemCollectionOptions

The object that contain settings to customize the display of context buttons.

|

Remarks

The SvgImageBox.ContextButtons property allows you to add context buttons. The ContextButtonOptions property contains settings applied to these buttons and background panels that display these buttons.

See Also

ContextButtons

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace