Back to Devexpress

VGridControl.OptionsMenu Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-8d292635.md

latest1.8 KB
Original Source

VGridControl.OptionsMenu Property

Contains options that specify availability of context menus for the control’s elements.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsMenuEx OptionsMenu { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsMenu As VGridOptionsMenuEx

Property Value

TypeDescription
VGridOptionsMenuEx

An object that contains options used to enable context menus for the control’s elements.

|

Remarks

Handle the VGridControlBase.PopupMenuShowing event to show or customize context menus for the control’s elements.

See Also

PopupMenuShowing

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace