Skip to main content

DevExpress.Xpf.RichEdit Namespace

Contains classes that implement the main functionality of the DXRichEdit suite.

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

#Classes

Name Description
ContentToHtmlConverter A Content-to-HTML converter associated with a binding.
ContentToMhtConverter A Content-to-MHT converter associated with a binding.
ContentToOpenDocumentConverter A Content to OpenDocument format converter associated with a binding.
ContentToOpenXmlConverter A Content-to-Docx converter associated with a binding.
ContentToPlainTextConverter A Content-to-text converter associated with a binding.
ContentToRtfConverter A Content-to-RTF converter associated with a binding.
ContentToSpecificFormatConverter A base class for converters, allowing you to bind different formats to a RichEditControl's content.
ContentToWordMLConverter A Content-to-WordML converter associated with a binding.
CustomMarkDrawEventArgs Provides data for the RichEditControl.CustomMarkDraw event.
HoverMenuShowingEventArgs Provides data for the RichEditControl.HoverMenuShowing event.
HtmlToContentConverter An HTML-to-Content format converter associated with a binding.
MhtToContentConverter An MHT-to-Content format converter associated with a binding.
OpenDocumentToContentConverter An OpenDocument format to Content converter associated with a binding.
OpenXmlToContentConverter Represents a Docx-to-Content format converter associated with a binding.
PlainTextToContentConverter Represents a text-to-Content format converter associated with a binding.
PopupMenuShowingEventArgs Provides data for the RichEditControl.PopupMenuShowing event.
RichEditControl Represents a RichEdit control which is a container for the rich-text document with all the necessary functionality for loading, editing and saving.
RichEditControlOptions Represents the storage of settings specific for the RichEditControl.
RichEditDocumentLoader Enables you to specify parameters of the document which the RichEdit control loads after initialization.
RichEditHoverMenu Represents a tool bar displayed when the mouse cursor hovers over a selection.
RtfToContentConverter A RTF-to-Content format converter associated with a binding.
SpecificFormatToContentConverter A base class for converters, allowing you to bind different formats to the RichEditControl's content.
WordMLToContentConverter A WordML-to-Content format converter associated with a binding.

#Interfaces

Name Description
IRichEditDocumentLoader Defines parameters for loading the document.

#Structs

Name Description
RichEditDocumentContent A container for the control's content and the converted text, using one of the SpecificFormatToContentConverter or ContentToSpecificFormatConverter descendants.

#Delegates

Name Description
CustomMarkDrawEventHandler Represents a method that will handle the RichEditControl.CustomMarkDraw event.
HoverMenuShowingEventHandler Represents a method that will handle the RichEditControl.HoverMenuShowing event.
PopupMenuShowingEventHandler Represents a method that will handle the RichEditControl.PopupMenuShowing event.