Skip to main content
A newer version of this page is available. .
All docs
V21.2

VGridControl.OptionsMenu Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsMenuEx OptionsMenu { get; }

Property Value

Type Description
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