Skip to main content

PropertyGridControl.OptionsMenu Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
PGridOptionsMenu

A PGridOptionsMenu object that contains corresponding options.

See Also