Mini Kabibi Habibi
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Xpf.RichEdit.v13.1</name>
</assembly>
<members>
<member name="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrepareHoverMenuEventHandler.Invoke(System.Object,DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
<param name="sender">
The event sender (typically a <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>).
</param>
<param name="e">
A <see cref="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs"/> object that contains event data.
</param>
</member>
<member name="T:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraRichEdit.PrepareHoverMenuEventArgs.#ctor(DevExpress.Xpf.RichEdit.RichEditHoverMenu)">
<summary>
<para>Initializes a new instance of the PrepareHoverMenuEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> which represents the hover menu. This value is assigned to the <see cref="P:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.Menu"/> property.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditDocumentContent">
<summary>
<para>A container for the control's content and the text converted using one of the <see cref="T:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter"/> or <see cref="T:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter"/> descendants.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditDocumentContent.#ctor(DevExpress.XtraRichEdit.DocumentFormat,System.Object)">
<summary>
<para>Initializes a new instance of the RichEditDocumentContent class with the specified settings.
</para>
</summary>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member, specifying the format of the document.
</param>
<param name="content">
An object that represents the control's content.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentContent.Content">
<summary>
<para>Gets the RichEditControl's content. This is a dependency property.
</para>
</summary>
<value>An object representing the control's content.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditDocumentContent.Format">
<summary>
<para>Gets the document format used in the Content/Document converter.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration value specifying a document format used in a converter.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.WordMLToContentConverter">
<summary>
<para>A WordML-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.WordMLToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the WordMLToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter">
<summary>
<para>A base class for converters, allowing you to bind different formats to the RichEditControl's content.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts the document in the specified format to the control's content.
</para>
</summary>
<param name="value">
The document to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
The converter parameter to use.
</param>
<param name="culture">
A <see cref="T:System.Globalization.CultureInfo"/> representing the culture to use in the converter.
</param>
<returns>An object representing the resulting value.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.SpecificFormatToContentConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts a value.
</para>
</summary>
<param name="value">
The value to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
The converter parameter to use.
</param>
<param name="culture">
A <see cref="T:System.Globalization.CultureInfo"/> signifying the culture to use in the converter.
</param>
<returns>An object specifying the resulting value.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RtfToContentConverter">
<summary>
<para>Represents a RTF-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RtfToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the RtfToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PlainTextToContentConverter">
<summary>
<para>Represents a text-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PlainTextToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the PlainTextToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.OpenXmlToContentConverter">
<summary>
<para>Represents a Docx-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.OpenXmlToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the OpenXmlToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.OpenDocumentToContentConverter">
<summary>
<para>An OpenDocument format to Content converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.OpenDocumentToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the OpenDocumentToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.MhtToContentConverter">
<summary>
<para>An MHT-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.MhtToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the MhtToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HtmlToContentConverter">
<summary>
<para>An HTML-to-Content format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HtmlToContentConverter.#ctor">
<summary>
<para>Initializes a new instance of the HtmlToContentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToWordMLConverter">
<summary>
<para>A Content-to-WordML converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToWordMLConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToWordMLConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter">
<summary>
<para>A base class for converters allowing you to bind different formats to RichEditControl's content.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts the control's content to the document in the specified format.
</para>
</summary>
<param name="value">
The control's content.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
The converter parameter to use.
</param>
<param name="culture">
A <see cref="T:System.Globalization.CultureInfo"/> representing the culture to use in the converter.
</param>
<returns>An object representing the resulting document.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToSpecificFormatConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
<para>Converts a value.
</para>
</summary>
<param name="value">
The value to convert.
</param>
<param name="targetType">
The <see cref="T:System.Type"/> that is the type of the result.
</param>
<param name="parameter">
The converter parameter to use.
</param>
<param name="culture">
A <see cref="T:System.Globalization.CultureInfo"/> signifying the culture to use in the converter.
</param>
<returns>An object representing the resulting value.
</returns>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToRtfConverter">
<summary>
<para>A Content-to-RTF converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToRtfConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToRtfConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToPlainTextConverter">
<summary>
<para>A Content-to-text converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToPlainTextConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToPlainTextConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToOpenXmlConverter">
<summary>
<para>A Content-to-Docx converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToOpenXmlConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToOpenXmlConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToOpenDocumentConverter">
<summary>
<para>A Content to OpenDocument format converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToOpenDocumentConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToOpenDocumentConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToMhtConverter">
<summary>
<para>A Content-to-MHT converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToMhtConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToMhtConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.ContentToHtmlConverter">
<summary>
<para>A Content-to-HTML converter associated with a binding.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.ContentToHtmlConverter.#ctor">
<summary>
<para>Initializes a new instance of the ContentToHtmlConverter class with default settings.
</para>
</summary>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu">
<summary>
<para>Represents a tool bar displayed when the mouse cursor hovers over a selection.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditHoverMenu.#ctor">
<summary>
<para>Initializes a new instance of the RichEditHoverMenu class with default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditHoverMenu.AddItem(DevExpress.Utils.Menu.IDXMenuItemBase`1)">
<summary>
<para>Adds a specified menu item to the current <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/>.
</para>
</summary>
<param name="item">
A menu item to add.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.BeginGroup">
<summary>
<para>Hides the corresponding property of the base class.
</para>
</summary>
<value>Always <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.Id">
<summary>
<para>Hides the corresponding property of the base class.
</para>
</summary>
<value>Always <see cref="F:DevExpress.XtraRichEdit.Commands.RichEditCommandId.None"/>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditHoverMenu.ItemsCount">
<summary>
<para>Gets the number of menu item links in the current menu.
</para>
</summary>
<value>An integer representing the number of item links.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditControlOptions">
<summary>
<para>Represents the storage of settings specific for the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/>.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControlOptions.#ctor(DevExpress.XtraRichEdit.Internal.InnerRichEditDocumentServer)">
<summary>
<para>Initializes a new instance of the RichEditControlOptions class specific for the <see cref="T:DevExpress.XtraRichEdit.RichEditDocumentServer"/>.
</para>
</summary>
<param name="documentServer">
A <see cref="T:DevExpress.XtraRichEdit.RichEditDocumentServer"/> instance.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs.#ctor(DevExpress.Xpf.Bars.PopupMenu)">
<summary>
<para>Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> object representing a popup menu.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.PopupMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the popup menu displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Bars.PopupMenu"/> object representing a menu to display.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader">
<summary>
<para>This interface is obsolete. To load a document when the control is initialized, handle the Loaded event.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader.Format">
<summary>
<para>Gets the format of the document to load.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member, representing the format of the document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.IRichEditDocumentLoader.Stream">
<summary>
<para>Gets the stream containing the document to load.
</para>
</summary>
<value>A <see cref="T:System.IO.Stream"/> object containing of the document.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HoverMenuShowingEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.#ctor(DevExpress.Xpf.RichEdit.RichEditHoverMenu)">
<summary>
<para>Initializes a new instance of the HoverMenuShowingEventArgs class with the specified settings.
</para>
</summary>
<param name="menu">
A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> object representing a hover menu.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.HoverMenuShowingEventArgs.Menu">
<summary>
<para>Gets or sets the hover menu displayed in the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditHoverMenu"/> object representing a menu to display.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventHandler">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.CustomMarkDrawEventHandler.Invoke(System.Object,DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs)">
<summary>
<para>Represents a method that will handle the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs">
<summary>
<para>Provides data for the <see cref="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw"/> event.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs.#ctor(DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection)">
<summary>
<para>Initializes a new instance of the CustomMarkDrawEventArgs class with the specified custom mark visual info.
</para>
</summary>
<param name="visualInfoCollection">
A <b>DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection</b> collection containing custom marks visual info.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.CustomMarkDrawEventArgs.VisualInfoCollection">
<summary>
<para>Provides access to information required to visualize custom marks.
</para>
</summary>
<value>A <b>DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection</b> collection containing custom marks visual info.
</value>
</member>
<member name="T:DevExpress.Xpf.RichEdit.RichEditControl">
<summary>
<para>Represents a RichEdit control which is a container for the rich-text document providing all the necessary functionality.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.#ctor">
<summary>
<para>Initializes a new instance of the RichEditControl class with default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveView">
<summary>
<para>Gets the <b>View</b> currently used by the RichEditControl to display the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditView"/> class instance, which is one of the views listed in the <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ActiveViewChanged">
<summary>
<para>Occurs when the value of the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveView"/> property is changed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ActiveViewType">
<summary>
<para>Gets or sets the type of the <b>View</b>, currently used by the RichEditControl to show the document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration value, specifying the active <b>View</b> type.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="callback">
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.Object,System.Boolean)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; otherwise, <b>false</b>.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AddService(System.Type,System.Object)">
<summary>
<para>Adds the specified service to the service container.
</para>
</summary>
<param name="serviceType">
The type of service to add.
</param>
<param name="serviceInstance">
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AssignShortcutKeyToCommand(System.Windows.Forms.Keys,System.Windows.Forms.Keys,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Assigns a shortcut key to a command. Shortcut key is available for all RichEdit views.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.AssignShortcutKeyToCommand(System.Windows.Forms.Keys,System.Windows.Forms.Keys,DevExpress.XtraRichEdit.Commands.RichEditCommandId,DevExpress.XtraRichEdit.RichEditViewType)">
<summary>
<para>Assigns a shortcut key to a command. The shortcut key is available for the specified RichEditView.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraRichEdit.RichEditView"/> specifying the view in which a shortcut will be effective
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.AutoCorrect">
<summary>
<para>Fires when text is typed in the control.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.BarManager">
<summary>
<para>Gets or sets the main component that provides Bars functionality. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Bars.BarManager"/> object.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.BarManagerProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeExport">
<summary>
<para>Occurs before the document is saved (exported to a certain format).
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.BeforeImport">
<summary>
<para>Occurs before a document is loaded (imported from an external source).
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BeginInvoke(System.Action)">
<summary>
<para>Executes a delegate asynchronously on the thread with which the RichEditControl's Dispatcher is associated.
</para>
</summary>
<param name="method">
A <see cref="T:System.Action"/> delegate.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.BeginUpdate">
<summary>
<para>Locks the RichEditControl, preventing visual updates of the object and its elements until the <b>EndUpdate</b> or <b>CancelUpdate</b> method is called.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CalculateDocumentVariable">
<summary>
<para>Fires when the DOCVARIABLE field is updated.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CancelUpdate">
<summary>
<para>Unlocks the RichEditControl object after it has been locked by the <b>BeginUpdate</b> method, without causing an immediate visual update.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CanRedo">
<summary>
<para>Indicates whether there are actions that occurred recently within the control that can be reapplied.
</para>
</summary>
<value><b>true</b> if there are operations that have been undone that can be reapplied; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CanUndo">
<summary>
<para>Indicates whether the user can undo the previous operation.
</para>
</summary>
<value><b>true</b> if the user can undo the previous opration; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CharCount">
<summary>
<para>Gets the number of characters in a document.
</para>
</summary>
<value>An integer that is the number of characters in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CharsCount">
<summary>
<para>Gets the number of characters in the document.
</para>
</summary>
<value>A string representing a number of characters.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ClearUndo">
<summary>
<para>Clears information about recent operations, so they cannot not be undone.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ClipboardSetDataException">
<summary>
<para>Occurs when an exception is thrown while trying to place data onto the clipboard.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CollapseSearch">
<summary>
<para>Collapse the <b>Search Panel</b> of the RichEditControl.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Content">
<summary>
<para>Gets or sets the control's content.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditDocumentContent"/> class instance used to obtain the control's content in different formats.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ContentChanged">
<summary>
<para>Occurs when the document content was changed.
</para>
</summary>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ContentProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Copy">
<summary>
<para>Copies the content of the selection to the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.CornerBoxVisibility">
<summary>
<para>Gets or sets whether the corner box element is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.CornerBoxVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateCommand(DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Create a <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/> object by the command identifier.
</para>
</summary>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> structure member, which specifies a command.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommand"/> instance, representing a Rich Text Control command.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateDocumentServer">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateMailMergeOptions">
<summary>
<para>Creates an object for specifying the options used in mail merge operations.
</para>
</summary>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> class instance containing options used for mail merge.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.CreateNewDocument">
<summary>
<para>Creates a new empty document, loads and displays it.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomizeMergeFields">
<summary>
<para>Fires when the 'Insert Merge Field' command button is clicked, and enables you to customize a drop-down field list.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.CustomMarkDraw">
<summary>
<para>Fires before a custom mark is painted, and enables you to visualize the custom mark as required.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Cut">
<summary>
<para>Removes the selection from the document and places it on the clipboard.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DefaultViewType">
<summary>
<para>Gets the default view type used by the RichEdit control.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.RichEditViewType"/> enumeration member, which specifies the RichEdit view.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.DeselectAll">
<summary>
<para>Specifies that no content is selected in the control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Dispose">
<summary>
<para>Releases all resources used by the RichEditControl.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Document">
<summary>
<para>Provides access to a <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface representing the control's document.
</para>
</summary>
<value>A <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface representing a document loaded in the control.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentClosing">
<summary>
<para>Occurs when a document that has not yet been saved is about to be closed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentLoaded">
<summary>
<para>Occurs after a document is loaded into the RichEdit control.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DocumentLoader">
<summary>
<para>Gets or sets the object that provides the <b>IRichEditDocumentLoader</b> interface and can be used to load a document.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.DocumentProtectionChanged">
<summary>
<para>Fires when the document protection is enforced or dropped.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DpiX">
<summary>
<para>Gets the current dpi value for the X-coordinate.
</para>
</summary>
<value>A <b>Single</b> dpi value.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.DpiY">
<summary>
<para>Gets the current dpi value for the Y-coordinate.
</para>
</summary>
<value>A <b>Single</b> dpi value.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.EmptyDocumentCreated">
<summary>
<para>Occurs when a new document is created in the RichEdit Control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.EndUpdate">
<summary>
<para>Unlocks the RichEditControl object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.FinishHeaderFooterEditing">
<summary>
<para>Occurs when the end-user finishes editing a header or footer.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.FocusElement">
<summary>
<para>Gets the element with logical focus.
</para>
</summary>
<value>The control with logical focus.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.FocusKeyCodeTextBox">
<summary>
<para>Set keyboard focus to the KeyCodeConverter used to process the keyboard input.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ForceSyntaxHighlight">
<summary>
<para>Reserved for future use.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetBoundsFromPosition(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position. Coordinates are in a physical layout.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> representing the area occupied by a character or the <b>System.Drawing.Rectangle.Empty</b> value if the bounds could not be determined. Measured in units that are in effect.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetBoundsFromPositionF(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position. Coordinates are in a physical layout.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.RectangleF"/> representing the area occupied by a character or the <b>System.Drawing.Rectangle.Empty</b> value if the bounds could not be determined. Measured in the units that are in effect.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetLayoutPhysicalBoundsFromPosition(DevExpress.XtraRichEdit.API.Native.DocumentPosition)">
<summary>
<para>Gets the rectangle representing the character at the specified position with coordinates in a layout model.
</para>
</summary>
<param name="pos">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> representing the position in the document.
</param>
<returns>A <see cref="T:System.Drawing.Rectangle"/> representing the character. Measured in layout units.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetObjectInfo(System.Windows.Point)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="point">
</param>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetPositionFromPoint(System.Drawing.PointF)">
<summary>
<para>Gets the position in the document closest to the specified point.
</para>
</summary>
<param name="clientPoint">
A <see cref="T:System.Drawing.PointF"/> structure specifying the location for which the position is retrieved. The point coordinates are measured in documents units.
</param>
<returns>A <see cref="T:DevExpress.XtraRichEdit.API.Native.DocumentPosition"/> object representing a position in the document.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetPredefinedFontSizeCollection">
<summary>
<para> [To be supplied] </para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetService(System.Type)">
<summary>
<para>Gets the service object of the specified type.
</para>
</summary>
<param name="serviceType">
An object that specifies the type of service object to get.
</param>
<returns>A service object of the specified type,or a null reference (Nothing in Visual Basic) if there is no service object of this type.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.GetService``1">
<summary>
<para>Gets the specified service.
</para>
</summary>
<returns>A service object of the specified type.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HandleWindowClose">
<summary>
<para>Gets or sets whether RichEditControl should be disposed of when a window is closed.
</para>
</summary>
<value><b>false</b>, to prevent RichEditControl from being disposed of when a Window is closed; otherwise, <b>true</b>. Default is <b>true</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HandleWindowCloseProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HasToolTip">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.HideCaret">
<summary>
<para>The method does nothing and is only present for compatibility.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRuler">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRulerVisibility">
<summary>
<para>For internal use only. To specify whether the horizontal ruler is displayed, use the <see cref="P:DevExpress.XtraRichEdit.RulerOptions.Visibility"/> property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalRulerVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBar">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBarVisibility">
<summary>
<para>Gets or sets whether the horizontal scroll bar is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.HorizontalScrollBarVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuCalculator">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<value>
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HoverMenuShowing">
<summary>
<para>Fires before the hover menu of the control is displayed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.HtmlText">
<summary>
<para>Gets or sets the control's content as HTML text.
</para>
</summary>
<value>A string containing text in HTML format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HtmlTextChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.HyperlinkClick">
<summary>
<para>Occurs when an end-user clicks the hyperlink to activate it.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.InitializeDocument">
<summary>
<para>Occurs before a document is loaded. Handle this event to set initial document settings.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.InvalidFormatException">
<summary>
<para>Fires when the supplied data could not be recognized as data in the assumed format for import.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsCaretVisible">
<summary>
<para>Gets or sets whether the caret is displayed.
</para>
</summary>
<value><b>true</b> to display a caret; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsFloatingObjectSelected">
<summary>
<para>Indicates whether any floating object in the document is selected.
</para>
</summary>
<value><b>true</b> if a floating object is selected; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInFooter">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the document footer.
</para>
</summary>
<value><b>true</b> if the caret is located in the footer; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInHeader">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the document header.
</para>
</summary>
<value><b>true</b> if the caret is located in the header; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInHeaderOrFooter">
<summary>
<para>Indicates whether the selection (CaretPosition) is located in the main document or the header or footer.
</para>
</summary>
<value><b>true</b> if the caret is located in the header or footer; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.IsSelectionInTable">
<summary>
<para>Gets whether the entire selection is contained in one table.
</para>
</summary>
<returns><b>true</b> if a selection is within one table; otherwise, <b>false</b>.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.IsUpdateLocked">
<summary>
<para>Gets whether the control has been locked for updating.
</para>
</summary>
<value><b>true</b> if the control is locked; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.KeyCodeConverter">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.LayoutUnit">
<summary>
<para>Gets or sets a unit of measure used for a control's layout.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the <b>Open</b> file dialog as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="parent">
The <see cref="T:System.Windows.Forms.IWin32Window"/> that represents the parent window.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument">
<summary>
<para>Invokes the "Open..." file dialog, creates a specific importer and loads the file.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument(System.String)">
<summary>
<para>Loads a specified file. The file format is identified by the file extension.
</para>
</summary>
<param name="fileName">
A string specifying the path of the file to load.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocument(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a document from a file, specifying the document's format.
</para>
</summary>
<param name="fileName">
A string value specifying the path to the file from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.LoadDocumentTemplate(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Loads a specified document as a template.
</para>
</summary>
<param name="stream">
The stream from which to load a document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> members.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document and sends the result to the specified file in a specified format.
</para>
</summary>
<param name="fileName">
A name of the file to which the merged document is saved.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Merges the current document using the specified options, and sends the result to the specified <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/>.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="targetDocument">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="documentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the <see cref="T:DevExpress.XtraRichEdit.RichEditDocumentServer"/> or the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.IRichEditDocumentServer)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="targetDocumentServer">
An object implementing the <b>IRichEditDocumentServer</b> interface, such as the <see cref="T:DevExpress.XtraRichEdit.RichEditDocumentServer"/> or the <see cref="T:DevExpress.Xpf.RichEdit.RichEditControl"/> instance.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.Document)">
<summary>
<para>Merges the current document and sends the result to the specified <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/>.
</para>
</summary>
<param name="document">
An object exposing the <see cref="T:DevExpress.XtraRichEdit.API.Native.Document"/> interface to which the merged document is sent.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified file in a specified format.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="fileName">
A name of the file to which the merged document is saved.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Merges the current document using the specified options and sends the result to the specified stream in a specified format.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.
</param>
<param name="stream">
A <see cref="T:System.IO.Stream"/> object that is the output stream.
</param>
<param name="format">
A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeFinished">
<summary>
<para>Fires the when mail merge is completed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeRecordFinished">
<summary>
<para>Fires after each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeRecordStarted">
<summary>
<para>Fires before each data record is merged with the document in the mail merge process.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MailMergeStarted">
<summary>
<para>Fires before mail merge starts.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.MeasureSingleLineString(System.String,DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase)">
<summary>
<para>Calculates the length of a formatted string.
</para>
</summary>
<param name="text">
A string to measure.
</param>
<param name="properties">
A <see cref="T:DevExpress.XtraRichEdit.API.Native.CharacterPropertiesBase"/> interface specifying the format used to display a string.
</param>
<returns>A <see cref="T:System.Drawing.SizeF"/> object that is the rectangle required to display a string.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.MhtText">
<summary>
<para>Gets or sets the control's content as MHT text.
</para>
</summary>
<value>A string containing text in MHT format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.MhtTextChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Model">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Modified">
<summary>
<para>Gets or sets a value that indicates that the RichEdit control content was modified since it was last saved.
</para>
</summary>
<value><b>true</b> if the control content was modified since it was last saved; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ModifiedChanged">
<summary>
<para>Occurs when the value of the <b>Modified</b> property is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.OnApplyTemplate">
<summary>
<para>Called just before a UI element is displayed in an application, after the template is completely generated and attached to the visual tree.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.OpenDocumentBytes">
<summary>
<para>Gets or sets the document content as an array of bytes in Open Office Text (.odt) format.
</para>
</summary>
<value>An array of bytes representing the OpenDocument Text (.odt) format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.OpenDocumentBytesChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.OpenXmlBytes">
<summary>
<para>Gets or sets the control's content as an array of bytes in Office Open XML (Docx) format.
</para>
</summary>
<value>An array of bytes representing the document in Docx format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.OpenXmlBytesChanged">
<summary>
<para>This member supports the internal infrastructure, and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Options">
<summary>
<para>Provides access to various options of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.RichEdit.RichEditControlOptions"/> class instance, providing access to various RichEditControl options.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ParagraphCount">
<summary>
<para>Gets the number of paragraphs in a document.
</para>
</summary>
<value>An integer that is the number of paragraphs in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ParagraphsCount">
<summary>
<para>Gets the number of paragraphs in the document.
</para>
</summary>
<value>A string containing the number of paragraphs.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Paste">
<summary>
<para>Inserts the contents of the clipboard at the selection.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.PlainText">
<summary>
<para>Gets the plain text content of the control. Use the <b>Text</b> property instead.
</para>
</summary>
<value>A string, containing the document's unformatted text.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.PointToScreen(System.Drawing.Point)">
<summary>
<para>Converts a <b>Point</b> from the current coordinate system of the <b>Visual</b> into a <b>Point</b> in screen coordinates.
</para>
</summary>
<param name="point">
The <see cref="T:System.Windows.Point"/> value that represents the current coordinate system of the Visual.
</param>
<returns>The converted <see cref="T:System.Windows.Point"/> value in screen coordinates.
</returns>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PopupMenuShowing">
<summary>
<para>Occurs before a popup menu is created for the control's document every time a context menu is being invoked.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PrepareHoverMenu">
<summary>
<para>Fires before the hover menu of the control is displayed. Use the <b>HoverMenuShowing</b> event instead.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PreparePopupMenu">
<summary>
<para>Occurs before a popup menu is created. Use the <b>PopupMenuShowing</b> event instead.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.PropertyChanged">
<summary>
<para>Occurs every time any of the RichEditControl class properties has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ReadOnly">
<summary>
<para>Gets or sets whether document modifications are prohibited.
</para>
</summary>
<value><b>true</b> if the document is in a read-only state; otherwise, <b>false</b>.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ReadOnlyChanged">
<summary>
<para>Occurs when the read-only state of the RichEdit control is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Redo">
<summary>
<para>Reapplies the last action that was undone in the control.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Redraw(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>Forces the control to asynchronously redraw itself.
</para>
</summary>
<param name="action">
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawCore(DevExpress.XtraRichEdit.Internal.RefreshAction,System.Boolean)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="action">
</param>
<param name="doRedraw">
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawCore(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="action">
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawEnsureSecondaryFormattingComplete">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RedrawEnsureSecondaryFormattingComplete(DevExpress.XtraRichEdit.Internal.RefreshAction)">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<param name="action">
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveService(System.Type,System.Boolean)">
<summary>
<para>Removes the service of specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
<param name="promote">
<b>true</b> to promote this request to any parent service containers; <b>otherwise</b>, false.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveService(System.Type)">
<summary>
<para>Removes the service of specified type from the service container.
</para>
</summary>
<param name="serviceType">
The type of service to remove.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveShortcutKey(System.Windows.Forms.Keys,System.Windows.Forms.Keys)">
<summary>
<para>Removes a command shortcut for all RichEdit views.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a shortcut key.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.RemoveShortcutKey(System.Windows.Forms.Keys,System.Windows.Forms.Keys,DevExpress.XtraRichEdit.RichEditViewType)">
<summary>
<para>Removes a command shortcut for the specified RichEditView.
</para>
</summary>
<param name="key">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a key to assign.
</param>
<param name="modifier">
A <see cref="T:System.Windows.Forms.Keys"/> enumeration member specifying a modifier key.
</param>
<param name="viewType">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a command.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ReplaceService``1(``0)">
<summary>
<para>Performs a service substitution.
</para>
</summary>
<param name="newService">
A service of the specified type that will be registered.
</param>
<returns>Previously registered service of the specified type, or null (<b>Nothing</b> in Visual Basic) if the service does not exist.
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Ribbon">
<summary>
<para>Gets or sets the Ribbon control containing command controls for use with the current RichEditControl.
</para>
</summary>
<value>A <see cref="T:DevExpress.Xpf.Ribbon.RibbonControl"/> instance containing command UI for the RichEditControl.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.RibbonProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns> [To be supplied] </returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.RtfText">
<summary>
<para>Gets or sets the formatted text content of the control.
</para>
</summary>
<value>A string, containing the document's content in rich text format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.RtfTextChanged">
<summary>
<para>Occurs when the text in the control is changed. Use the <b>ContentChanged</b> event instead.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocument(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves the control's document to a stream, specifying the document's format.
</para>
</summary>
<param name="stream">
The stream to which to output the document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocument(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
<summary>
<para>Saves the control's document to a file, specifying the document's format.
</para>
</summary>
<param name="fileName">
A string value specifying the path to a file into which to save the control's document.
</param>
<param name="documentFormat">
One of the <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration values.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocument(System.Windows.Forms.IWin32Window)">
<summary>
<para>Saves a document in its original format to its original location. If original format and location are not specified, invokes the <b>Save As</b> dialog that is shown modally as a child of the specified parent window.
</para>
</summary>
<param name="parent">
The <see cref="T:System.Windows.Forms.IWin32Window"/> that is the parent window.
</param>
<returns><b>true</b> if a document has been successfully saved; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocument">
<summary>
<para>Saves a document in its original format to its original location.
</para>
</summary>
<returns><b>true</b> if a document has been successfully saved; otherwise, <b>false</b>.
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocumentAs">
<summary>
<para>Invokes a <b>Save As</b> dialog and saves a document.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SaveDocumentAs(System.Windows.Forms.IWin32Window)">
<summary>
<para>Invokes the <b>Save As</b> form which is shown modally as a <i>child</i> of the specified <i>parent</i> window.
</para>
</summary>
<param name="parent">
The <see cref="T:System.Windows.Forms.IWin32Window"/> that represents the parent window.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ScrollToCaret">
<summary>
<para>Scrolls the document to the caret position.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ScrollToCaret(System.Single)">
<summary>
<para>Scrolls the document so that the caret position is displayed at the specified relative vertical offset.
</para>
</summary>
<param name="relativeVerticalPosition">
A number specifying the relative vertical offset. Must be within the range 0.0 - 1.0
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.SearchBoxClosed">
<summary>
<para>Fires when the <b>Search panel</b> is closed.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SearchPanel">
<summary>
<para>Provides access to a <b>Search Panel</b> of the RichEditControl.
</para>
</summary>
<value>A <see cref="T:System.Windows.FrameworkElement"/> descendant that represents a panel with the search functionality (RichEditSearchPanel).
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SectionCount">
<summary>
<para>Gets the number of sections in a document.
</para>
</summary>
<value>An integer that is the number of sections in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SectionsCount">
<summary>
<para>Gets the number of sections in the document.
</para>
</summary>
<value>A string containing the number of sections.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SelectAll">
<summary>
<para>Selects the entire contents of the RichEditControl.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Selection">
<summary>
<para>Gets the plain text of the selected range.
</para>
</summary>
<value>A string with text contained in the selection range.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.SelectionChanged">
<summary>
<para>Fires in response to changing a selection in the document.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SelectionRTF">
<summary>
<para>Gets the formatted text of the selected range.
</para>
</summary>
<value>A string containing the text of the selected range in RTF format.
</value>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.SetViewPortSize">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowBorder">
<summary>
<para>Gets or sets whether to display the border of the RichEditControl. This is a dependency property.
</para>
</summary>
<value><b>true</b> to show the border; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ShowBorderProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowCaret">
<summary>
<para>The method does nothing, and is only present for compatibility.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowCaretInReadOnly">
<summary>
<para>Gets or sets whether the caret is displayed if the control is read-only.
</para>
</summary>
<value><b>true</b> to show the caret; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ShowHoverMenu">
<summary>
<para>Gets or sets whether the hover menu can be shown. This is a dependency property.
</para>
</summary>
<value><b>true</b> to display a hover menu; otherwise, <b>false</b>.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.ShowHoverMenuProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowReplaceForm">
<summary>
<para>Invokes the Search Panel with the replace functionality enabled.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.ShowSearchForm(System.String)">
<summary>
<para>Invokes the Search Panel with the specified search string.
</para>
</summary>
<param name="searchString">
A string to search.
</param>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.SpellChecker">
<summary>
<para>Gets or sets a spell checker component used with the RichEdit control.
</para>
</summary>
<value>An object providing the <see cref="T:DevExpress.XtraSpellChecker.ISpellChecker"/> interface.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.StartHeaderFooterEditing">
<summary>
<para>Occurs when the end-user starts editing a header or footer.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Surface">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Text">
<summary>
<para>Gets or sets the plain text content of the control.
</para>
</summary>
<value>A string, containing the document's unformatted text.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.TextChanged">
<summary>
<para>Occurs when the text in the control is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.Undo">
<summary>
<para>Cancels changes caused by the last operation.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnhandledException">
<summary>
<para>This event is raised when an exception unhandled by the <see cref="T:DevExpress.XtraRichEdit.RichEditControl"/> occurs.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit">
<summary>
<para>Gets or sets a unit of measure used within the control.
</para>
</summary>
<value>One of the <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration values.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnitChanged">
<summary>
<para>Fires after the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit"/> property is changed.
</para>
</summary>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UnitChanging">
<summary>
<para>Fires before the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.Unit"/> property is changed.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateBarItemCommandUIState(DevExpress.Xpf.Bars.BarItem,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Updates the command state for a command associated with a bar item.
</para>
</summary>
<param name="item">
A <see cref="T:DevExpress.Xpf.Bars.BarItem"/> object that provides the bar element functionality.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member identifying a command.
</param>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateCommandUI">
<summary>
<para>Refreshes the command UI of the RichEditControl.
</para>
</summary>
</member>
<member name="M:DevExpress.Xpf.RichEdit.RichEditControl.UpdateRibbonPageGroupCommandUIState(DevExpress.Xpf.Ribbon.RibbonPageGroup,DevExpress.XtraRichEdit.Commands.RichEditCommandId)">
<summary>
<para>Synchronizes the UI state of RichEdit commands and the state and the visibility of Ribbon groups.
</para>
</summary>
<param name="group">
A <see cref="T:DevExpress.Xpf.Ribbon.RibbonPageGroup"/> element bound to the specified command.
</param>
<param name="commandId">
A <see cref="T:DevExpress.XtraRichEdit.Commands.RichEditCommandId"/> enumeration member specifying a RichEdit command.
</param>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.UpdateUI">
<summary>
<para>Raised when changes occur which may affect the control's UI.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.UseDeferredDataBindingNotifications">
<summary>
<para>Enables you to fire data binding events immediately for several text properties, resolving issues with multiple RichEdit controls bound to the same data source.
</para>
</summary>
<value><b>true</b> to process data bindings in a separate thread as it is in the normal control update; otherwise, <b>false</b>. By default, <b>true.</b>
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.UseDeferredDataBindingNotificationsProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRuler">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRulerVisibility">
<summary>
<para>For internal use only. To specify whether the vertical ruler is displayed, use the <see cref="P:DevExpress.XtraRichEdit.RulerOptions.Visibility"/> property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.VerticalRulerVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBar">
<summary>
<para>This member supports the internal infrastructure and is not intended to be used directly from your code.
</para>
</summary>
<value>
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBarVisibility">
<summary>
<para>Gets or sets whether the vertical ruler is displayed. This is a dependency property.
</para>
</summary>
<value>A <see cref="T:System.Windows.Visibility"/> value that specifies the element visibility.
</value>
</member>
<member name="F:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollBarVisibilityProperty">
<summary>
<para>Identifies the dependency property.
</para>
</summary>
<returns>
</returns>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.VerticalScrollPosition">
<summary>
<para>Gets or sets the top visible position in the scrolled document.
</para>
</summary>
<value>An <see cref="T:System.Int64"/> value that is the distance from the top of the scrolled document. Measured in units specified by the <see cref="P:DevExpress.Xpf.RichEdit.RichEditControl.LayoutUnit"/> property.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.ViewBounds">
<summary>
<para>Gets the bounds of the RichEditControl client region.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Rectangle"/> object which represents the bounding rectangle of the control's client region in layout units.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.Views">
<summary>
<para>Contains settings of the Views that are used to display a document in the RichEdit Control.
</para>
</summary>
<value> A <see cref="T:DevExpress.XtraRichEdit.RichEditViewRepository"/> object which stores the settings of the document Views.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordCount">
<summary>
<para>Gets the number of words in a document.
</para>
</summary>
<value>An integer that is the number of words in a document.
</value>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordMLText">
<summary>
<para>Gets or sets the control's content in WordProcessingML (Microsoft Office Word 2003 XML) format.
</para>
</summary>
<value>A string of text in WordML format.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.WordMLTextChanged">
<summary>
<para>Occurs when the text in the control is changed. Use the <b>ContentChanged</b> event in your code.
</para>
</summary>
</member>
<member name="P:DevExpress.Xpf.RichEdit.RichEditControl.WordsCount">
<summary>
<para>Gets the number of words in the current document.
</para>
</summary>
<value>A string representing the number of words.
</value>
</member>
<member name="E:DevExpress.Xpf.RichEdit.RichEditControl.ZoomChanged">
<summary>
<para>Fires when the zoom factor used to display the document is changed.
</para>
</summary>
</member>
</members>
</doc>