Skip to main content
A newer version of this page is available. .

PropertyGridControl.OptionsMenu Property

Contains options that affect the display of context menus in a PropertyGridControl.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

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

Property Value

Type Description
PGridOptionsMenu

A PGridOptionsMenu object that contains corresponding options.

See Also