VGridControl.OptionsMenu Property
In This Article
Contains options that specify availability of context menus for the control’s elements.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsMenuEx OptionsMenu { get; }
#Property Value
Type | Description |
---|---|
VGrid |
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