Back to Devexpress

PropertyGridControl.OptionsMenu Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-e2f8bdc2.md

latest1.6 KB
Original Source

PropertyGridControl.OptionsMenu Property

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

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 PGridOptionsMenu OptionsMenu { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsMenu As PGridOptionsMenu

Property Value

TypeDescription
PGridOptionsMenu

A PGridOptionsMenu object that contains corresponding options.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace