DxRichEdit.ContextMenuEnabled Property
Specifies whether context menu functionality is enabled.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v25.1.dll
NuGet Package: DevExpress.Blazor.RichEdit
Declaration
[Parameter]
public bool ContextMenuEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the Enabled property to false to disable the context menu in the Rich Text Editor.
<DxRichEdit ContextMenuEnabled="false"/>
You can also handle the CustomizeContextMenu event to control availability and visibility of individual menu items.
See Also