Back to Devexpress

DXRichEditBehaviorOptions.ShowPopupMenuAllowed Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-c76e196f.md

latest1.8 KB
Original Source

DXRichEditBehaviorOptions.ShowPopupMenuAllowed Property

For internal use. Use the DXRichEditBehaviorOptions.ShowPopupMenu property instead.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public bool ShowPopupMenuAllowed { get; }
vb
<Browsable(False)>
Public ReadOnly Property ShowPopupMenuAllowed As Boolean

Property Value

TypeDescription
Boolean

true if an operation is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPopupMenuAllowed
RichEditControl

.BehaviorOptions .ShowPopupMenuAllowed

|

Remarks

This property indicates whether the context menu can be shown.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace