Back to Devexpress

BaseListBoxControl.ContextButtonOptions Property

windowsforms-devexpress-dot-xtraeditors-dot-baselistboxcontrol-9ff42674.md

latest2.1 KB
Original Source

BaseListBoxControl.ContextButtonOptions Property

Provides access to the settings applied to the context buttons displayed in the control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Context Buttons")]
public virtual SimpleContextItemCollectionOptions ContextButtonOptions { get; }
vb
<DXCategory("Context Buttons")>
Public Overridable ReadOnly Property ContextButtonOptions As SimpleContextItemCollectionOptions

Property Value

TypeDescription
SimpleContextItemCollectionOptions

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

|

Remarks

The BaseListBoxControl.ContextButtons property allows you to specify the collection of context buttons displayed in the BaseListBoxControl. The ContextButtonOptions property provides access to the settings applied to these buttons.

See Also

ContextButtons

CustomContextButtonToolTip

CustomizeContextItem

BaseListBoxControl Class

BaseListBoxControl Members

DevExpress.XtraEditors Namespace