ASPxHtmlEditorSettings.AllowContextMenu Property
Gets or sets a value that specifies whether the editor’s specific context menu is available to end-users in design view and html view.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean AllowContextMenu { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
True | One of the Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Allow |
---|---|---|
ASP. |
Html |
|
ASP. |
ASPx |
|
#Remarks
Options include:
Setting | Description |
---|---|
True | Context menu (ASPx |
False | Context menu is disabled within the ASPx |
Default | A browser’s context menu is used for the ASPx |
The following code snippets demonstrate how to customize the AllowContextMenu property’s value.
Note
If the Allow