Back to Devexpress

RichEditMenuCustomization.MenuType Property

wpf-devexpress-dot-xpf-dot-richedit-dot-menu-dot-richeditmenucustomization.md

latest4.1 KB
Original Source

RichEditMenuCustomization.MenuType Property

Specifies the context menu type. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit.Menu

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public RichEditMenuType? MenuType { get; set; }
vb
Public Property MenuType As RichEditMenuType?

Property Value

TypeDescription
Nullable<RichEditMenuType>

An enumeration member that specifies the menu type.

|

Available values:

Show 12 items

NameDescription
Text

Specifies a context menu invoked for text.

| | Hyperlink |

Specifies a context menu invoked for a hyperlink.

| | Field |

Specifies a context menu invoked for a field.

| | TableCell |

Specifies a context menu invoked for a table cell.

| | InlinePicture |

Specifies a context menu invoked for an inline picture.

| | FloatingObject |

Specifies a context menu invoked for a floating object - a picture or a text box.

| | TextBox |

Specifies a context menu invoked for a text box.

| | Comment |

Specifies a context menu invoked for a comment.

| | Header |

Specifies a context menu invoked for a header.

| | Footer |

Specifies a context menu invoked for a footer.

| | Footnote |

Specifies a context menu invoked for a footnote.

| | Endnote |

Specifies a context menu invoked for an endnote.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MenuType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-rich-text-editor-customize-context-menu/CS/WpfRichEditorMenuCustomization/MainWindow.xaml#L14

xml
<dxre:RichEditControl.MenuCustomizations>
    <dxre:RichEditMenuCustomization MenuType="Text">
        <!--Add a separator after the first three menu items.-->

See Also

RichEditMenuCustomization Class

RichEditMenuCustomization Members

DevExpress.Xpf.RichEdit.Menu Namespace