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

VideoObjectProperties.EnableContextMenu Property

Gets or sets whether the context menu is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool EnableContextMenu { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable the context menu; otherwise, false.

Remarks

The context menu is shown when the right mouse button is clicked within the media object’s area.

ASPxObjectContainer_EnCntxMenu

See Also