Skip to main content
All docs
V25.1
  • VGridControl.OptionsMenu Property

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

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, 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