﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Web.ASPxRichEdit.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Web.ASPxRichEdit">
      <summary>
        <para>Contains classes which implement the functionality of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit">
      <summary>
        <para>A rich text editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ActiveTabIndex">
      <summary>
        <para>Gets or sets the index of the active ribbon tab within the ASPxRichEdit control.</para>
      </summary>
      <value>An integer value specifying the index of the active ribbon tab.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.AssociatedRibbonID">
      <summary>
        <para>Specifies the ID of an <see cref="T:DevExpress.Web.ASPxRibbon"/> control, used as an external toolbar.</para>
      </summary>
      <value>A string value specifying the ribbon ID.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.AutoSaveMode">
      <summary>
        <para>Specifies whether the autosave mode is enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Office.Internal.AutoSaveMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.AutoSaveTimeout">
      <summary>
        <para>Gets or sets the timeout for auto-saving.</para>
      </summary>
      <value>The timeout interval.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.CalculateDocumentVariable">
      <summary>
        <para>Fires when the <see href="https://docs.devexpress.com/AspNet/114116/components/rich-text-editor/mail-merge/field-codes/docvariable">DOCVARIABLE field</see> field is updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated either manually (by a call to the client <b>ASPxClientRichEdit.PerformCallback</b> method) or automatically by the ASPxRichEdit (an internal service callback).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ClientInstanceName">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s client programmatic identifier.</para>
      </summary>
      <value>The control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ConfirmOnLosingChanges">
      <summary>
        <para>Gets or sets the text of the confirmation message that is displayed when any unsaved data changes are going to be lost.</para>
      </summary>
      <value>A string specifying the confirmation message text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.CreateDefaultRibbonTabs(System.Boolean)">
      <summary>
        <para>Creates a collection of default ribbon tabs, specifying what to do with tabs that already exist within the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.RibbonTabs">ASPxRichEdit.RibbonTabs</see> collection.</para>
      </summary>
      <param name="clearExistingTabs">true to delete existing tabs; false to add the default tabs to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.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="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.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.Web.ASPxRichEdit.ASPxRichEdit.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentId">
      <summary>
        <para>Specifies the unique identifier of the active document.</para>
      </summary>
      <value>The document identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorFileUploading">
      <summary>
        <para>Fires before a file is uploaded to the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Document Selector</see> and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorFolderCreating">
      <summary>
        <para>Fires on the server side before a folder is created within the FileManager (a document selector) embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorItemCopying">
      <summary>
        <para>Fires before an item is copied within the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Document Selector</see>, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorItemDeleting">
      <summary>
        <para>Fires before an item is deleted within the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorItemMoving">
      <summary>
        <para>Fires before an item is moved within the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentSelectorItemRenaming">
      <summary>
        <para>Fires before an item is renamed within the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> can be manipulated on the client side in code.</para>
      </summary>
      <value>true, if the control’s client object model is fully available; false, if no programmatic interface is available for the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the current document to the specified stream in PDF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the document is exported.</param>
      <param name="pdfExportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the current document to a stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.GetWorkDirectory">
      <summary>
        <para>Returns the path to the working directory.</para>
      </summary>
      <returns>A string representing the working directory path.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ImagesRuler">
      <summary>
        <para>Provides access to the settings that define images displayed within the RichEdit’s ruler.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRulerImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.InsertContentToClient">
      <summary>
        <para>Fires when the client <b>RichEditCommands.insertContentFromServer</b> command is executed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.IsInternalServiceCallback">
      <summary>
        <para>Gets a value indicating whether an internal service callback is being currently processed.</para>
      </summary>
      <returns>true, if the processed callback is an internal service callback of the ASPxRichEdit; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(DevExpress.XtraRichEdit.API.Native.Document)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</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.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,DevExpress.XtraRichEdit.API.Native.Document)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</para>
      </summary>
      <param name="mailMergeOptions">A <see cref="T:DevExpress.XtraRichEdit.API.Native.MailMergeOptions"/> interface exposing options for the current merge.</param>
      <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.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</para>
      </summary>
      <param name="mailMergeOptions">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="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(DevExpress.XtraRichEdit.API.Native.MailMergeOptions,System.String,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</para>
      </summary>
      <param name="mailMergeOptions">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="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object that is the output stream.</param>
      <param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> object specifying the document format in which to save a workbook (such as DOC, DOCX, etc).</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.MailMerge(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Initializes the <see href="https://docs.devexpress.com/AspNet/115133/components/rich-text-editor/mail-merge">mail merge</see> process and generates the resulting documents containing the merged information.</para>
      </summary>
      <param name="fileName">A name of the file to which the merged document is saved.</param>
      <param name="documentFormat">A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.New">
      <summary>
        <para>Creates a document in the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(DevExpress.Web.Office.RichEditDocumentInfo)">
      <summary>
        <para>Activates a previously opened document.</para>
      </summary>
      <param name="documentInfo">An object that contains information about the document to open.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.Guid)">
      <summary>
        <para>Opens a document specified by the work session identifier.</para>
      </summary>
      <param name="workSessionGuid">A Guid object identifying the document to open.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.Byte[]})">
      <summary>
        <para>Opens a document in the specified format from an array of bytes.</para>
      </summary>
      <param name="documentId">The document identifier. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentId"/> property.</param>
      <param name="format">The document format.</param>
      <param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat,System.Func{System.IO.Stream})">
      <summary>
        <para>Opens a document in the specified format from a stream.</para>
      </summary>
      <param name="documentId">The document identifier. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentId"/> property.</param>
      <param name="format">The document format.</param>
      <param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Opens a document in the specified format from a file system.</para>
      </summary>
      <param name="pathToDocument">The path to a document to open.</param>
      <param name="format">The document format.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String,System.Func{System.Byte[]})">
      <summary>
        <para>Opens a document from an array of bytes.</para>
      </summary>
      <param name="documentId">The document identifier. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentId"/> property.</param>
      <param name="contentAccessorByBytes">A method delegate to obtain a byte array from which to open the document.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String,System.Func{System.IO.Stream})">
      <summary>
        <para>Opens a document from a stream.</para>
      </summary>
      <param name="documentId">The document identifier. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.DocumentId"/> property.</param>
      <param name="contentAccessorByStream">A method delegate to obtain a stream from which to open the document.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Open(System.String)">
      <summary>
        <para>Opens a document from a file system.</para>
      </summary>
      <param name="pathToDocument">The path to a document to open.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.PdfExported">
      <summary>
        <para>Allows you to save the exported PDF document.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ReadOnly">
      <summary>
        <para>Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.</para>
      </summary>
      <value>true, if an end-user cannot change the editor’s contents; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.RibbonContextTabCategories">
      <summary>
        <para>Gets the collection of ribbon context tab categories.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonContextTabCategoryCollection"/> object that is the collection of context tab categories.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.RibbonMode">
      <summary>
        <para>Specifies the type of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> toolbar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.RibbonTabs">
      <summary>
        <para>Provides access to the collection of ribbon tabs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection"/> object that is the collection of the ribbon’s tabs.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Save">
      <summary>
        <para>Saves the active document in its original format at its original location.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SaveCopy(DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Saves a copy of the active document in the specified format to a byte array.</para>
      </summary>
      <param name="format">The document format.</param>
      <returns>An array of bytes where to save the document.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SaveCopy(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Saves a copy of the active document in the specified format to a stream.</para>
      </summary>
      <param name="stream">A stream object where to save the document.</param>
      <param name="format">The document format.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SaveCopy(System.String)">
      <summary>
        <para>Saves a copy of the active document to a file system.</para>
      </summary>
      <param name="documentPath">The document path to save the copy.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Saving">
      <summary>
        <para>Allows you to implement custom saving logic.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Settings">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s main settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings"/> object that contains the control’s options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SettingsDialogs">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>‘ settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings"/> object that contains settings of the built-in dialogs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SettingsDocumentSelector">
      <summary>
        <para>Provides access to settings that are related to the FileManager used in some built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">File Dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings"/> object that contains the Document Selector dialog’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ShowConfirmOnLosingChanges">
      <summary>
        <para>Gets or sets a value that specifies whether a confirmation alert should be displayed when any unsaved changes are going to be lost due to an end-user action.</para>
      </summary>
      <value>true, to display the confirmation alert; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ShowStatusBar">
      <summary>
        <para>Gets or sets a value that specifies whether the ASPxRichEdit’s status bar is displayed.</para>
      </summary>
      <value>true, if the status bar is displayed; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.SpellCheckerWordAdded">
      <summary>
        <para>Occurs after a word is added to a custom dictionary.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> elements.</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditStyles object that provides style settings for view elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesButton">
      <summary>
        <para>Provides access to the style settings that define the appearance of button elements used by the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control (within <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>, for instance).</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditButtonStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesEditors">
      <summary>
        <para>Provides access to the style settings that define the appearance of editor elements used by the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control (for instance, within <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>).</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditEditorsStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesFileManager">
      <summary>
        <para>Provides access to the style settings that define the appearance of File Manager elements used by the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control (for instance, within the built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">file dialogs</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesPopupMenu">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s context menus.</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditMenuStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesRibbon">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s ribbon toolbar elements.</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditRibbonStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesRuler">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s horizontal ruler.</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditRulerStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.StylesStatusBar">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s status bar.</para>
      </summary>
      <value>A DevExpress.Web.ASPxRichEdit.RichEditStatusBarStyles object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.ViewMergedData">
      <summary>
        <para>Gets or sets a value that specifies whether to display mail-merge field results or field codes in a document.</para>
      </summary>
      <value>true to display field results; false to display field codes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.WorkDirectory">
      <summary>
        <para>Specifies the work directory.</para>
      </summary>
      <value>The work directory.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings">
      <summary>
        <para>Represents a set of credentials used to identify editable ranges in a <see href="https://docs.devexpress.com/AspNet/119101/components/rich-text-editor/document-protection">protected document</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings.EMail">
      <summary>
        <para>Gets or sets the email address used to authenticate a user if document protection is enabled.</para>
      </summary>
      <value>A string containing the email address.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings.Group">
      <summary>
        <para>Gets or sets a user group name used to authenticate a user if document protection is enabled.</para>
      </summary>
      <value>A string containing a user group name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings.UserName">
      <summary>
        <para>Gets or sets a name used to authenticate a user if document protection is enabled.</para>
      </summary>
      <value>A string containing a user name.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo">
      <summary>
        <para>Provides the text to replace and the replacement text when the <see cref="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType">ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType</see> property is enabled.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> class.</para>
      </summary>
      <param name="what">A text to be replaced.</param>
      <param name="with">A replacement text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies settings from the summary item object specified as the parameter.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo.What">
      <summary>
        <para>Gets or sets the text to be replaced.</para>
      </summary>
      <value>A string containing the text that should be replaced as this AutoCorrect entry suggests.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo.With">
      <summary>
        <para>Gets the replacement text.</para>
      </summary>
      <value>A string containing the text that substitutes the What text as this autocorrect entry suggests.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection.Assign(DevExpress.Utils.IAssignableCollection)">
      <summary>
        <para>Copies the items from the specified IAssignableCollection-supported object to the current object.</para>
      </summary>
      <param name="source">An IAssignableCollection-supported object whose items are assigned to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings">
      <summary>
        <para>Contains settings specific to the collection of <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.AutoCorrectReplaceInfoCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> objects.</para>
      </summary>
      <value>An object storing the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> class’s instances.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.CaseSensitive">
      <summary>
        <para>Gets or sets whether to perform a case-sensitive string comparison when searching through the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection"/>‘s items.</para>
      </summary>
      <value>true, for case-sensitive comparison; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings">
      <summary>
        <para>Contains options specifying what AutoCorrect features are enabled.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object to the current object.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.CorrectTwoInitialCapitals">
      <summary>
        <para>Gets or sets whether the control should correct words that start with two capital letters by changing the second letter to lowercase.</para>
      </summary>
      <value>true, to switch this functionality on; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.DetectUrls">
      <summary>
        <para>Gets or sets whether the control should detect URL strings and format them as hyperlinks.</para>
      </summary>
      <value>true, to switch this functionality on; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.EnableAutomaticNumbering">
      <summary>
        <para>Gets or sets whether the control should automatically create numbered or bulleted lists when certain symbols are typed.</para>
      </summary>
      <value>true, to switch this functionality on; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.ReplaceInfoCollectionSettings">
      <summary>
        <para>Provides access to options specific to the collection of <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfo"/> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollectionSettings"/> class instance containing options specific to the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection"/>‘s items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType">
      <summary>
        <para>Gets or sets whether the control should replace the typed text if it matches to one of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectReplaceInfoCollection"/> dictionary’s entries.</para>
      </summary>
      <value>true, to switch this functionality on; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings">
      <summary>
        <para>Specifies the restricted operations that cannot be performed by end-users over the RichEdit’s document.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.AcceptsTab">
      <summary>
        <para>Gets or sets a value indicating whether pressing the TAB key types a TAB character instead of moving the focus to the next control in the tab order.</para>
      </summary>
      <value>true if users can enter tabs in a RichEdit using the TAB key, false if pressing the TAB key moves the focus.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Copy">
      <summary>
        <para>Specifies whether or not the Copy operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.CreateNew">
      <summary>
        <para>Specifies whether or not the Create New Document operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Cut">
      <summary>
        <para>Specifies whether or not the Cut operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Download">
      <summary>
        <para>Specifies whether or not the Download operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Drag">
      <summary>
        <para>Specifies whether or not the Drag operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Drop">
      <summary>
        <para>Specifies whether or not the Drop operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.FullScreen">
      <summary>
        <para>Specifies whether or not the Full Screen operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Open">
      <summary>
        <para>Specifies whether or not the Open Document operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.PageBreakInsertMode">
      <summary>
        <para>Gets or sets whether a page break is inserted next to the specified position or in the new line.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.PageBreakInsertMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Paste">
      <summary>
        <para>Specifies whether or not the Paste operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Printing">
      <summary>
        <para>Specifies whether or not the printing operations are permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.RaiseClientEventsOnModificationsViaAPI">
      <summary>
        <para>Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API.</para>
      </summary>
      <value>true, if the client-side events are fired when changes are made by the client API; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.Save">
      <summary>
        <para>Specifies whether or not the Save Document operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.SaveAs">
      <summary>
        <para>Specifies whether or not the Save Document As… operation is permitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings.TabMarker">
      <summary>
        <para>Specifies which character(s) to insert when pressing the TAB key.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value, specifying the character(s) to insert when the TAB key has been pressed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings">
      <summary>
        <para>Provides settings defining the appearance of bookmarks in the document.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings.Color">
      <summary>
        <para>Gets or sets the color used to indicate a bookmark in the document.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure specifying the color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings.DisplayBookmarksInPdfNavigationPane">
      <summary>
        <para>Gets or sets a value specifying the mode for displaying bookmarks in the Bookmarks pane of PDF viewer when a document is exported to PDF.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.PdfBookmarkDisplayMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings.Visibility">
      <summary>
        <para>Gets or sets whether bookmarks are displayed in the document.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.RichEditBookmarkVisibility"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditCharacterFormattingDetailedSettings">
      <summary>
        <para>Contains the Character Formatting dialog’s settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditCharacterFormattingDetailedSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditCharacterFormattingDetailedSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings">
      <summary>
        <para>Represents the storage of settings specific for the document restrictions implemented in the RichEdit.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Bookmarks">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/115157/components/rich-text-editor/document/document-model/hyperlinks-and-bookmarks">bookmark</see> feature availability.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.CharacterFormatting">
      <summary>
        <para>Gets or sets the availability of the <see href="https://docs.devexpress.com/AspNet/115146/components/rich-text-editor/editing-features/formatting-characters">character formatting</see> features.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.CharacterStyle">
      <summary>
        <para>Gets or sets the availability of the apply character style feature.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Fields">
      <summary>
        <para>Gets or sets the document’s capability to recognize and work with <see href="https://docs.devexpress.com/AspNet/114109/components/rich-text-editor/mail-merge/fields">fields</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.HeadersFooters">
      <summary>
        <para>Gets whether the <see href="https://docs.devexpress.com/AspNet/115159/components/rich-text-editor/document/document-model/headers-and-footers">headers and footers</see> feature is allowed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Hyperlinks">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/115157/components/rich-text-editor/document/document-model/hyperlinks-and-bookmarks">hyperlink</see> feature availability.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.InlinePictures">
      <summary>
        <para>Gets or sets the document capability to handle <see href="https://docs.devexpress.com/AspNet/115156/components/rich-text-editor/document/document-model/inline-pictures">inline pictures</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.ParagraphFormatting">
      <summary>
        <para>Gets or sets the availability of the <see href="https://docs.devexpress.com/AspNet/115147/components/rich-text-editor/editing-features/formatting-paragraphs">paragraph formatting</see> features.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Paragraphs">
      <summary>
        <para>Gets or sets the availability of the paragraph breaks.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.ParagraphStyle">
      <summary>
        <para>Gets or sets the availability of the apply paragraph style feature.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.ParagraphTabs">
      <summary>
        <para>Gets or sets the availability of paragraph tab stops.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Sections">
      <summary>
        <para>Gets or sets the document’s capability to handle document sections.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Tables">
      <summary>
        <para>Gets or sets the document’s capability to handle <see href="https://docs.devexpress.com/AspNet/115161/components/rich-text-editor/document/document-model/tables">tables</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.TableStyle">
      <summary>
        <para>Gets or sets the availability of the apply table style feature.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.TabSymbol">
      <summary>
        <para>Gets or sets the document’s capability to insert tabs.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings.Undo">
      <summary>
        <para>Gets or sets the availability of the Undo/Redo feature.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditExportSettings">
      <summary>
        <para>Contains export settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditExportSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditExportSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">An object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditExportSettings.PlainText">
      <summary>
        <para>Provides access to export settings applied to plain text.</para>
      </summary>
      <value>An object that contains plain text export settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings">
      <summary>
        <para>Contains options specifying a document’s <see href="https://docs.devexpress.com/AspNet/114109/components/rich-text-editor/mail-merge/fields">Fields</see>‘ behavior.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.CreateHyperlinkTooltip">
      <summary>
        <para>Allows you to implement a custom tooltip for a hyperlink.</para>
      </summary>
      <value>A function that specifies the tooltip text. The function has two parameters:The first parameter contains a hyperlink’s tooltip text.The second parameter contains the tooltip hint (default value: \n Ctrl + Click to follow link)</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.DefaultDateFormat">
      <summary>
        <para>Specifies the format parameter for a newly created <see href="https://docs.devexpress.com/AspNet/114111/components/rich-text-editor/mail-merge/field-codes/date">DATE</see> field.</para>
      </summary>
      <value>The date format.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.DefaultTimeFormat">
      <summary>
        <para>Specifies the format parameter for a newly created <see href="https://docs.devexpress.com/AspNet/114112/components/rich-text-editor/mail-merge/field-codes/time">TIME</see> field.</para>
      </summary>
      <value>The time format.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.OpenHyperlinkOnClick">
      <summary>
        <para>Specifies whether a click opens a hyperlink.</para>
      </summary>
      <value>true to open a hyperlink on a click, false to open a hyperlink on a click while pressing the CTRL key.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.UpdateFieldsBeforePrint">
      <summary>
        <para>Gets or sets whether the control updates <see href="https://docs.devexpress.com/AspNet/114109/components/rich-text-editor/mail-merge/fields">fields</see>‘ values before printing.</para>
      </summary>
      <value>true, if the fields’ values should be updated; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings.UpdateFieldsOnPaste">
      <summary>
        <para>Gets or sets whether the control updates the value of the <see href="https://docs.devexpress.com/AspNet/114109/components/rich-text-editor/mail-merge/fields">field</see> that has been pasted by an end-user.</para>
      </summary>
      <value>true, if the fields’ values should be updated; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont">
      <summary>
        <para>Defines a font in the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.#ctor(System.String,System.String,System.Boolean,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont"/> class with specified settings.</para>
      </summary>
      <param name="name">The font name.</param>
      <param name="fontFamily">The font family.</param>
      <param name="useGoogleFonts">true, to download the source files from Google Fonts; otherwise, false.</param>
      <param name="regularFontUri">The URI of a file that contains the font in the regular style.</param>
      <param name="boldFontUri">The URI of a file that contains the font in bold.</param>
      <param name="italicFontUri">The URI of a file that contains the font in the italic style.</param>
      <param name="boldItalicFontUri">The URI of a file that contains the font in the bold and italic style.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.#ctor(System.String,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont"/> class with specified settings.</para>
      </summary>
      <param name="name">The font name.</param>
      <param name="fontFamily">The font family.</param>
      <param name="useGoogleFonts">true, to download the source files from Google Fonts; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont"/> class with specified settings.</para>
      </summary>
      <param name="name">The font name.</param>
      <param name="fontFamily">The font family.</param>
      <param name="regularFontUri">The URI of a file that contains the font in the regular style.</param>
      <param name="boldFontUri">The URI of a file that contains the font in bold.</param>
      <param name="italicFontUri">The URI of a file that contains the font in the italic style.</param>
      <param name="boldItalicFontUri">The URI of a file that contains the font in the bold and italic style.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont"/> class with specified settings.</para>
      </summary>
      <param name="name">The font name.</param>
      <param name="fontFamily">The font family.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.BoldFontUri">
      <summary>
        <para>Specifies the URI of a file that contains the font in bold.</para>
      </summary>
      <value>The URI of a file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.BoldItalicFontUri">
      <summary>
        <para>Specifies the URI of a file that contains the font in the bold and italic style.</para>
      </summary>
      <value>The URI of a file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.FontFamily">
      <summary>
        <para>Specifies the font family.</para>
      </summary>
      <value>The font family.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.ItalicFontUri">
      <summary>
        <para>Specifies the URI of a file that contains the font in the italic style.</para>
      </summary>
      <value>The URI of a file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.Name">
      <summary>
        <para>Specifies the font name.</para>
      </summary>
      <value>The font name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.RegularFontUri">
      <summary>
        <para>Specifies the URI of a file that contains the font in the regular style.</para>
      </summary>
      <value>The URI of a file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFont.UseGoogleFonts">
      <summary>
        <para>Specifies whether the font’s source files should be downloaded from Google Fonts.</para>
      </summary>
      <value>true, to download the source files from Google Fonts; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontCollection">
      <summary>
        <para>A collection of fonts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule">
      <summary>
        <para>Defines a font mapping rule.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule"/> class with specified settings.</para>
      </summary>
      <param name="sourceFontFamily">The source font family name.</param>
      <param name="destinationFontName">The destination font name.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule.DestinationFontName">
      <summary>
        <para>Specifies a font to which a source font family is mapped.</para>
      </summary>
      <value>The font name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRule.SourceFontFamily">
      <summary>
        <para>Specifies a name of a font family that is mapped.</para>
      </summary>
      <value>The font family.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRuleCollection">
      <summary>
        <para>A collection of font mapping rules.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRuleCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingRuleCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingSettings">
      <summary>
        <para>Contains font mapping settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingSettings.DefaultFontName">
      <summary>
        <para>Specifies a font to which font families are mapped by default.</para>
      </summary>
      <value>The font name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontMappingSettings.Rules">
      <summary>
        <para>Provide access to a collection of font mapping rules.</para>
      </summary>
      <value>The collection of rules.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings">
      <summary>
        <para>Contains settings that allow you to provide information about fonts available in the control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings.AddDefaultFonts">
      <summary>
        <para>Specifies whether default fonts are added to the RichEdit font collection.</para>
      </summary>
      <value>true to add default fonts to RichEdit; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings.DefaultFolder">
      <summary>
        <para>Specifies a folder that contains font source files.</para>
      </summary>
      <value>The folder URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings.FontCollection">
      <summary>
        <para>Provides access to a collection of fonts available in the control.</para>
      </summary>
      <value>The collection of fonts.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditFontSettings.MappingSettings">
      <summary>
        <para>Provides access to font mapping settings.</para>
      </summary>
      <value>An object that contains font mapping settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings">
      <summary>
        <para>Represents the class containing options for the horizontal ruler.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.ShowLeftIndent">
      <summary>
        <para>Gets or sets whether the left indent marker is visible.</para>
      </summary>
      <value>true to display left indent marker; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.ShowRightIndent">
      <summary>
        <para>Gets or sets whether the right indent marker is visible.</para>
      </summary>
      <value>true to display right indent marker; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.ShowTabs">
      <summary>
        <para>Gets or sets whether tab stops are displayed in the horizontal ruler.</para>
      </summary>
      <value>true to display tab stops; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings.Visibility">
      <summary>
        <para>Gets or sets whether the ruler is shown.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.RichEditRulerVisibility"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings">
      <summary>
        <para>Represents the class containing options for the availability of numbered and bulleted lists in the document.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings.Bulleted">
      <summary>
        <para>Gets or sets the availability of operations with bulleted lists in the document.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings.MultiLevel">
      <summary>
        <para>Gets or sets the availability of operations with multilevel lists in the document.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditNumberingSettings.Simple">
      <summary>
        <para>Gets or sets the availability of operations with simple numbered lists in the document.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling">
      <summary>
        <para>Contains the settings that affect spell checking of the ASPxRichEdit’s content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreEmails">
      <summary>
        <para>Gets or sets whether email addresses should be skipped during checking.</para>
      </summary>
      <value>true, to exclude email addresses from spell check; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreMixedCaseWords">
      <summary>
        <para>Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first.</para>
      </summary>
      <value>true to skip mixed case words while checking; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreRepeatedWords">
      <summary>
        <para>Gets or sets whether the spell checker ignores repeated words.</para>
      </summary>
      <value>true, to ignore repeated words; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreUpperCaseWords">
      <summary>
        <para>Gets or sets whether words in which all letters are uppercase should be skipped during checking.</para>
      </summary>
      <value>true, to ignore words in uppercase; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreUri">
      <summary>
        <para>Gets or sets whether the spell checker ignores strings which can be qualified as Uniform Resource Identifiers (URI).</para>
      </summary>
      <value>true, to skip URI strings; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling.IgnoreWordsWithNumbers">
      <summary>
        <para>Gets or sets whether the spell checker ignores words that contain numbers.</para>
      </summary>
      <value>true, to not check words containing numbers; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditPlainTextExportSettings">
      <summary>
        <para>Contains settings applied to exported plain text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditPlainTextExportSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditPlainTextExportSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditPlainTextExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">An object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditPlainTextExportSettings.Encoding">
      <summary>
        <para>Specifies character encoding for exported plain text.</para>
      </summary>
      <value>An object that contains encoding properties.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditPrintingSettings">
      <summary>
        <para>Contains settings that relate to the printing functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditPrintingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the ASPxRichEditPrintingSettings class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditPrintingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">An object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditPrintingSettings.PrintMode">
      <summary>
        <para>Specifies the print mode.</para>
      </summary>
      <value>A print mode.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings">
      <summary>
        <para>Represents a set of visualization settings used to highlight an editable range in a <see href="https://docs.devexpress.com/AspNet/119101/components/rich-text-editor/document-protection">protected document</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings.Assign(DevExpress.Utils.Controls.BaseOptions)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings.HighlightBracketsColor">
      <summary>
        <para>Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled.</para>
      </summary>
      <value>A System.Drawing.Color object representing the brackets’ color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings.HighlightColor">
      <summary>
        <para>Gets or sets the color used to highlight each editable range in a protected document with protection enabled.</para>
      </summary>
      <value>A System.Drawing.Color object that represents the highlighting color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings.Visibility">
      <summary>
        <para>Gets or sets whether the ranges with permissions are visually indicated.</para>
      </summary>
      <value>The visibility mode.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings">
      <summary>
        <para>Contains the main settings of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Authentication">
      <summary>
        <para>Provides access to a user’s credentials used to identify editable ranges in a protected document.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAuthenticationSettings"/> class instance that provides access to the user’s credentials.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.AutoCorrect">
      <summary>
        <para>Provides access to autocorrect settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditAutoCorrectSettings"/> object specifying autocorrect settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Behavior">
      <summary>
        <para>Provides access to an object that enables you to apply restrictions on different editor operations.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBehaviorSettings"/> class instance containing restriction specifications.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Bookmarks">
      <summary>
        <para>Provides access to bookmark settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditBookmarkSettings"/> object specifying bookmark settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.DocumentCapabilities">
      <summary>
        <para>Provides access to document restriction settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditDocumentCapabilitiesSettings"/> class instance that provides access to various document restrictions.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Export">
      <summary>
        <para>Provides access to export settings.</para>
      </summary>
      <value>An object that contains export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Fields">
      <summary>
        <para>Provides access to field settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditFieldsSettings"/> class instance that provides access to a document’s field settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Fonts">
      <summary>
        <para>Provide access to font settings.</para>
      </summary>
      <value>An object that contain information about fonts.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.HorizontalRuler">
      <summary>
        <para>Provides access to options specific to the horizontal ruler element of the RichEdit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditHorizontalRulerSettings"/> class instance containing options specific to the horizontal ruler.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Printing">
      <summary>
        <para>Provides access to printing settings.</para>
      </summary>
      <value>An object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.RangePermissions">
      <summary>
        <para>Provides access to range permission settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditRangePermissionSettings"/> class instance that provides access.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.SpellChecker">
      <summary>
        <para>Provides access to the spelling settings for checking the RichEdit’s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings"/> object that holds the spelling options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Unit">
      <summary>
        <para>Gets or sets a unit of measure used in the ASPxRichEdit.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditUnit"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettings.Views">
      <summary>
        <para>Provides access to document view settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings"/> class instance that provides access to the document view types’ settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettingsBase">
      <summary>
        <para>Serves as a base for classes that contain different settings of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettingsBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSettingsBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings">
      <summary>
        <para>Contains options specifying the simple view’s paddings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.All">
      <summary>
        <para>Gets or sets the simple view mode’s paddings size.</para>
      </summary>
      <value>An integer value that specifies a value for left, top, right, and bottom paddings in pixels.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.Bottom">
      <summary>
        <para>Gets or sets the simple view mode’s bottom padding.</para>
      </summary>
      <value>An integer value that specifies the bottom padding in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.Left">
      <summary>
        <para>Gets or sets the simple view mode’s left padding.</para>
      </summary>
      <value>An integer value that specifies the left padding in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.Right">
      <summary>
        <para>Gets or sets the simple view mode’s right padding.</para>
      </summary>
      <value>An integer value that specifies the right padding in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings.Top">
      <summary>
        <para>Gets or sets the simple view mode’s top padding.</para>
      </summary>
      <value>An integer value that specifies the top padding in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings">
      <summary>
        <para>Contains options specifying the simple view’s settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings.Paddings">
      <summary>
        <para>Provides access to the simple view mode’s paddings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewPaddings"/> object specifying the Simple View mode’s paddings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings">
      <summary>
        <para>Contains a set of settings related to spell checking of the RichEdit’s content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.Culture">
      <summary>
        <para>Gets or sets the culture-specific settings of the built-in spell checker.</para>
      </summary>
      <value>A <see cref="T:System.Globalization.CultureInfo"/> object that specifies culture settings (language and phonetic specifics).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.Dictionaries">
      <summary>
        <para>Provides access to a collection of dictionaries.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxSpellChecker.SpellCheckerDictionaryCollection"/> object, representing a collection of dictionaries.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.Enabled">
      <summary>
        <para>Gets or sets a the spell checking availability.</para>
      </summary>
      <value>true, if spell checking is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.LevenshteinDistance">
      <summary>
        <para>Gets or sets the parameter used to measure the proximity of words.</para>
      </summary>
      <value>An integer value that is the maximum number of steps used to convert the misspelled word into a suggested one.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.MaxRequestLength">
      <summary>
        <para>Gets or sets the maximum length of a request that the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit">ASPxRichEdit</see> sends to the server without splitting.</para>
      </summary>
      <value>The maximum request length.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.OptionsSpelling">
      <summary>
        <para>Provides access to basic spelling settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditOptionsSpelling"/> object containing the spelling settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditSpellCheckerSettings.SuggestionCount">
      <summary>
        <para>Gets or sets the number of suggested words displayed in the spelling form.</para>
      </summary>
      <value>An integer, representing the number of suggestions displayed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings">
      <summary>
        <para>Contains settings specifying the Rich Edit’s document view type and corresponding settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings.SimpleView">
      <summary>
        <para>Provides access to the simple view mode’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEditSimpleViewSettings"/> class instance that provides access to the simple view mode’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.ASPxRichEditViewsSettings.ViewType">
      <summary>
        <para>Gets or sets the control’s document view type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditViewType"/> specifying the document view type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.InsertContentToClient">ASPxRichEdit.InsertContentToClient</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs"/> class.</para>
      </summary>
      <param name="requestId">An integer value identifying the request to the server.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs.KeepLastParagraph">
      <summary>
        <para>Gets or sets whether the last paragraph of the inserted document is kept in the resulting document.</para>
      </summary>
      <value>true, to retain the last paragraph of the inserted document; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs.RequestId">
      <summary>
        <para>Gets the identifier of the request to the server.</para>
      </summary>
      <value>A string value that identifies the request to the server.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs.Result">
      <summary>
        <para>Specifies the value passed to the client model.</para>
      </summary>
      <value>An object passed to the client model.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.InsertContentToClient">ASPxRichEdit.InsertContentToClient</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxRichEdit.InsertContentToClientEventArgs"/> object that contains event data.</param>
    </member>
    <member name="N:DevExpress.Web.ASPxRichEdit.Localization">
      <summary>
        <para>Contains classes and enumerations that implement basic functionality for localization of the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditLocalizer"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditLocalizer.GetString(DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditResourcesLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditResourcesLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditResourcesLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId">
      <summary>
        <para>Contains strings that can be localized for the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>. For more information, refer to the  topic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.After">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Alignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.AllCaps">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ApplyTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.At">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.AtLeast">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.AuthExceptionsError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Before">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BodyText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bold">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BoldItalic">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_Add">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_BookmarkName">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_Delete">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_GoTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_Location">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_Name">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_NameErrorText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_NoBookmarks">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bookmarks_SortBy">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BookmarkTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_Borders">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersAll">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersBox">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersCustom">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersGrid">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_BordersNone">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_Fill">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShading_Shading">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BorderShadingTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Bottom">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.BulletedAndNumberingTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.By">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CancelButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CantOpenDocumentError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CantSaveDocumentError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CantSaveToEmptyPathError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CellOptions_CellMargins">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CellOptions_SameAsTable">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CellOptions_WrapText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Centered">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ChangeButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CharacterFormattingScript_Normal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CharacterFormattingScript_Subscript">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CharacterFormattingScript_Superscript">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CharacterStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ChooseType">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ClipboardAccessDeniedError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ClipboardAccessDeniedErrorTouch">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CloseButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Color">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_Col">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_EqualWidth">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_NumberOfColumns">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_Presets">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_Spacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_Width">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Columns_WidthAndSpacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ColumnsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ConfirmOnLosingChanges">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ContinueNumbering">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Continuous">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateDateField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateDateFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateEmptyDocVariableField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateEmptyDocVariableFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateEmptyMergeField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateEmptyMergeFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreatePageCountField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreatePageCountFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreatePageField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreatePageFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateTimeField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CreateTimeFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CurrentSection">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CustomizeBulletedListTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CustomizeNumberedListTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.CustomizeOutlineNumberedTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DeleteCells_DeleteEntireColumn">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DeleteCells_DeleteEntireRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DeleteCells_ShiftCellsLeft">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DeleteCells_ShiftCellsUp">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DeleteTableCellsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DifferentFirstPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DifferentOddAndEven">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DocVariableExceptionError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Double">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DownloadButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.DownloadCopy">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.EditHyperlink">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Effects">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ErrorTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.EvenPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Exactly">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ExportRangeTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FileManager_OpenedFileDeleteErrorText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FileManager_OpenedFileMoveErrorText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FileManager_OpenedFileRenameErrorText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FileName">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FileType">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_AdvancedFind">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Find">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Items">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_MatchCase">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Next">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_NoMatches">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_NoResult">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Of">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Previous">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Replace">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_ReplaceAll">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_ReplaceAllNotify">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_ReplaceWith">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_Results">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplace_TooLongResult">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FindReplaceTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_AllRecords">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_Count">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_CurrentRecord">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_From">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_JoinTables">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_MergeMode">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_NewParagraph">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_NewSection">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FinishMerge_Range">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FirstLine">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FolderPath">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Font">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FontColor">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FontSize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FontStyle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FontTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Footer">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.FromEdge">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.General">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupCaptions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupClipboard">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupCommon">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupCurrentRecord">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentComment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentLanguage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentProofing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentProtection">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentTracking">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupDocumentViews">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupEditing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFinish">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFloatingObjectsArrange">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFloatingObjectsShapeStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFloatingPictureToolsArrange">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFloatingPictureToolsShapeStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupFont">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupHeaderFooter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupHeaderFooterToolsDesignClose">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupHeaderFooterToolsDesignNavigation">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupHeaderFooterToolsDesignOptions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupHeaderFooterToolsDesignPosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupIllustrations">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupInsertFields">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupLinks">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupMailMerge">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupMailMergeView">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupPageBackground">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupPages">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupPageSetup">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupParagraph">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupShow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupSymbols">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableOfContents">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTables">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsDesignBordersAndShadings">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsDesignTableStyleOptions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsDesignTableStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsLayoutAlignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsLayoutCellSize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsLayoutMerge">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsLayoutRowsAndColumns">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupTableToolsLayoutTable">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupUndo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupUndoClipboard">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupView">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.GroupZoom">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hanging">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Header">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.HeadersAndFooters">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Height">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hidden">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_Bookmark">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_DisplayProperties">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_EmailAddress">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_EmailTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_InvalidEmail">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_PlaceInThisDocument">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_Subject">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_Text">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_ToolTip">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_Url">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Hyperlink_WebPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.HyperlinkTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Indentation">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InformationTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InnerExceptionsError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertCells_InsertEntireColumn">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertCells_InsertEntireRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertCells_ShiftCellsDown">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertCells_ShiftCellsRight">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertContentFromServerExceptionError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImage_EnterUrl">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImage_FromLocal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImage_FromWeb">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImage_ImagePreview">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImage_UploadInstructions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertImageTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertMergeField_Fields">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertMergeField_NoFields">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertMergeFieldTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertTable_NumberOfColumns">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertTable_NumberOfRows">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertTable_TableSize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertTableCellsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InsertTableTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Invalid_FileName">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.InvalidDocumentFormatError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Italic">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Justified">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.KLT">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Landscape">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Layout">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Absolute">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_AbsolutePosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Alignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Below">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_BookLayout">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_BothSides">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_DistanceFromText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Horizontal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_HorizontalBookLayoutOf">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_HorizontalPositionAlignmentInside">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_HorizontalPositionAlignmentOutside">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Inline">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_LargestOnly">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_LeftOnly">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_LockAnchor">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_LockAspectRatio">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_OriginalSize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Position">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Relative">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_RelativePosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_RelativeTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Reset">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_RightOnly">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Rotate">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Rotation">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Scale">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Size">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_TextWrapping">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_ToTheRightOf">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_Vertical">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_WrappingStyle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LayoutOptions_WrapText">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Left">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Level">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LineSpacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.LoadPictureError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Margins">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MarginsModerate">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MarginsNarrow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MarginsNormal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MarginsWide">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_Align_Paragraph">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_Align_ParagraphDropDownHeader">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_Clipboard">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_CreateField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_CreateFieldDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_Font_settings">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_FooterOffset">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_FooterOffsetDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_HeaderOffset">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_HeaderOffsetDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_MakeTextSentenceCase">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_MakeTextSentenceCaseDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_ShowCellOptionsForm">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_ShowCellOptionsFormDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_ToggleFullScreen">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_ToggleFullScreenDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_UpdateAllFields">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.MenuCmd_UpdateAllFieldsDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ModelIsChangedError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Multiple">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.NewPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.none">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Normal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.NoSpace">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_AlignedAt">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_BulletCharacter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Bulleted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_BulletPosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Center">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Character">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Customize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_FollowNumberWith">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Font">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_IndentAt">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Left">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Level">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Nothing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Numbered">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_NumberFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_NumberPosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_NumberStyle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_OutlineNumbered">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Right">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_Space">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_StartAt">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_TabCharacter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Numbering_TextPosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OddPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OkButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OpenButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OpenFileTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OpenHyperlink">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OpeningAndOverstoreImpossibleError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Options">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Orientation">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OtherLabels_All">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OtherLabels_ConfirmToRewriteExistingFile">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OtherLabels_None">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.OutlineLevel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageFile">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageFloatingObjects">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageHeaderAndFooter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageHome">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageInsert">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageMailings">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PagePageLayout">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageReferences">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageReview">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageSetupTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageTableDesign">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageTableLayout">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PageView">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Pagination">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Paper">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PaperSize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ParagraphStyles">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ParagraphTab0">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ParagraphTab1">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ParagraphTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PathDoesNotExist">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.PBB">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Portrait">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Preview">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RemoveHyperlink">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RequiredFieldError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RestartNumbering">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Right">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerCenterTabTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerDecimalTabTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerFirstLineIdentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerFirstLineIndentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerHangingIdentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerHangingIndentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerLeftIdentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerLeftIndentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerLeftTabTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerMarginLeftTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerMarginRightTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerRightIdentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerRightIndentTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.RulerRightTabTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SaveAsButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SaveAsFileTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SaveFileAs">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SaveToServer">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Section">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SectionStart">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SelectButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SelectedSections">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SessionHasExpiredError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Single">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SmallCaps">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.spacing_1_5_lines">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Special">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_AddToDictionary">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_Change">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_ChangeAll">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_Delete">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_IgnoreAll">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_IgnoreOnce">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_NoSpellingSuggestions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_NotInDictionary">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_RepeatedWord">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Spelling_Suggestions">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SpellingCheckCompletedInformation">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SpellingTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SplitCells_MergeCells">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SplitTableCellsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.StrikeoutType_Double">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.StrikeoutType_None">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.StrikeoutType_Single">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Style">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.SymbolsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableBorderStyle_Dashed">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableBorderStyle_Dotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableBorderStyle_Double">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableBorderStyle_None">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableBorderStyle_Single">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableOptions_AllowSpacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableOptions_AutoResize">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableOptions_DefaultCellMargins">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableOptions_DefaultCellSpacing">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Alignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_BordersAndShading">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_CantSplit">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Cell">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Column">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_IndentLeft">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_MeasureIn">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_NextColumn">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_NextRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Options">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_PreferredWidth">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_PreviousColumn">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_PreviousRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Row">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_RowHeight">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Size">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_SpecifyHeight">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_Table">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TableProperties_VerticalAlignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TablePropertiesTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Alignment">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Center">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Clear">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_ClearAll">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Decimal">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_DefaultTabStops">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Dots">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_EqualSign">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Hyphens">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Leader">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Left">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_MiddleDots">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_None">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_NoTabs">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Right">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Set">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_TabStopPosition">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_TabStopsToBeCleared">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_ThickLine">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Tabs_Underline">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.TabsTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ThisPointForward">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.ToggleFieldCodes">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Top">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineColor">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineStyle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_DashDotDotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_DashDotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_Dashed">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_DashSmallGap">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_Dotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_Double">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_DoubleWave">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_HeavyWave">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_LongDashed">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_None">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_Single">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickDashDotDotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickDashDotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickDashed">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickDotted">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickLongDashed">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_ThickSingle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineType_Wave">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UnderlineWordsOnly">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.UpdateField">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.WarningTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.WholeDocument">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.Localization.ASPxRichEditStringId.Width">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.PdfExportedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.PdfExported"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.PdfExportedEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.PdfExportedEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="documentID">The document identifier.</param>
      <param name="base64">The PDF file encoded into Base64.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.PdfExportedEventArgs.Base64">
      <summary>
        <para>Returns the exported PDF file encoded into Base64.</para>
      </summary>
      <value>The PDF file encoded into Base64.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.PdfExportedEventArgs.DocumentID">
      <summary>
        <para>Returns the document’s unique identifier.</para>
      </summary>
      <value>A value that uniquely identifies the exported document.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.PdfExportedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRichEdit.ASPxRichEdit.PdfExported"/> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.PrintMode">
      <summary>
        <para>Lists values that specify the print mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.PrintMode.ClientHtml">
      <summary>
        <para>The client HTML page is printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.PrintMode.ClientPdf">
      <summary>
        <para>The client PDF file is printed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.PrintMode.ServerPdf">
      <summary>
        <para>The server PDF file is printed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxRichEdit.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.ActiveSubDocumentChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.ActiveSubDocumentChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.AutoCorrect">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.AutoCorrect</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.BeginSynchronization">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.BeginSynchronization</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.CharacterPropertiesChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.CharacterPropertiesChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.ContentInserted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.ContentInserted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.ContentRemoved">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.ContentRemoved</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.CustomCommandExecuted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.CustomCommandExecuted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.DocumentChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.DocumentChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.DocumentFormatted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.DocumentFormatted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.DocumentLoaded">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.DocumentLoaded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.EndSynchronization">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.EndSynchronization</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.FloatingObjectMoved">
      <summary>
        <para>Specifies the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRichEdit.FloatingObjectMoved</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or the JavaScript function’s code used to handle the event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.GotFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.GotFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.HyperlinkClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.HyperlinkClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.KeyDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.KeyDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.KeyUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.KeyUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.LostFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.LostFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.ParagraphPropertiesChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.ParagraphPropertiesChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.PointerDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.PointerDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.PointerUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.PointerUp</b>&gt; event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.PopupMenuShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.PopupMenuShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client <b>ASPxClientRichEdit.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings">
      <summary>
        <para>Contains settings concerning customization of dialog form elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings.InsertLinkDialog">
      <summary>
        <para>Provides access to customization settings for the <see href="https://docs.devexpress.com/AspNet/115136/components/rich-text-editor/editing-features/built-in-dialogs/link-dialogs">Insert Link</see> dialog’s form elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings"/> object that contains customization settings for form elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings.InsertPictureDialog">
      <summary>
        <para>Provides access to customization settings for the <see href="https://docs.devexpress.com/AspNet/17789/components/rich-text-editor/editing-features/built-in-dialogs/image-dialog">Insert Image</see> dialog’s form elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings"/> object that contains customization settings for form elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDialogSettings.SaveFileDialog">
      <summary>
        <para>Provides access to customization settings for the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Save File</see> dialog’s form elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings"/> object that contains customization settings for form elements.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorCommonSettings">
      <summary>
        <para>Contains common settings that relate to the built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">document selector</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorCommonSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorCommonSettings.AllowedFileExtensions">
      <summary>
        <para>Gets or sets the file extensions allowed for display in the FileManager used within <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">file dialogs</see>.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> values that contains the file extensions allowed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings">
      <summary>
        <para>Contains settings that are related to the Document Selector used within the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">file dialogs</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.CommonSettings">
      <summary>
        <para>Provides access to the main settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerCommonSettings"/> object that contains common settings of the embedded FileManager.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.CustomCommand">
      <summary>
        <para>Gets or sets the name of a custom command.</para>
      </summary>
      <value>A string value specifying the command name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.EditingSettings">
      <summary>
        <para>Provides access to the editing settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerEditingSettings"/> object that contains the editing options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.FileListSettings">
      <summary>
        <para>Provides access to the file list’s settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerSettingsFileList"/> object that contains the file list’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.FoldersSettings">
      <summary>
        <para>Provides access to the folder container’s settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerFoldersSettings"/> object that contains the folder container’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.PermissionSettings">
      <summary>
        <para>Provides access to permission settings that relate to the FileManager used in some built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">File Dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerSettingsPermissions"/> object containing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.RootFolderUrlPath">
      <summary>
        <para>Gets or sets a value that specifies the correct relative URL path to a root folder whose physical path is defined via the FileManagerSettings.RootFolder property of the Document Selector.</para>
      </summary>
      <value>A string value that defines the relative URL path to the specified root folder.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.ToolbarSettings">
      <summary>
        <para>Provides access to the toolbar item visibility settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerSettingsToolbar"/> object that contains the visibility options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorSettings.UploadSettings">
      <summary>
        <para>Provides access to the upload panel’s settings of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings"/> object that holds settings for an upload panel.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings">
      <summary>
        <para>Contains settings that relate to the built-in <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Document Selector</see>‘s file upload functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether upload is enabled for the FileManager used within some <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>true, if upload is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditDocumentSelectorUploadSettings.ValidationSettings">
      <summary>
        <para>Gets the upload validation settings applied for the FileManager used within some <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">built-in file dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManager">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFileManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManager"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerCommonSettings">
      <summary>
        <para>Serves as a base for classes that contains common settings related to the RichEdit’s built-in FileManager functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFileManagerCommonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerCommonSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerCommonSettings.AllowedFileExtensions">
      <summary>
        <para>Gets or sets the file extensions allowed for display in the FileManager used within certain <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> values that contains the file extensions allowed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerEditingSettings">
      <summary>
        <para>Contains settings that relate to the editing functionality of the embedded FileManager which is used within certain <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFileManagerEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerEditingSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerFoldersSettings">
      <summary>
        <para>Contains settings that relate to the folder functionality of the embedded FileManager used within certain <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFileManagerFoldersSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerFoldersSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerFoldersSettings.ShowLockedFolderIcons">
      <summary>
        <para>Gets or sets a value specifying whether the FileManager embedded into some <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see> displays a special icon for folders that are locked for upload.</para>
      </summary>
      <value>true if a special icon is displayed; false if a default folder icon is displayed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles">
      <summary>
        <para>Contains settings that defined the appearance of elements used within the RichEdit’s built-in FileManager.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles.Control">
      <summary>
        <para>Gets the style settings that relate to styles declared at the control level of the embedded ASPxFileManager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the appearance of the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerStyles.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the FileManager embedded into <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the required CSS class name postfix.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerValidationSettings">
      <summary>
        <para>Contains settings that relate to the validation of document files, uploaded using the FileNamager embedded into the RIchEdit’s <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">file dialogs (Document Selector)</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFileManagerValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFileManagerValidationSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditFileManagerValidationSettings.MaxFileSize">
      <summary>
        <para>Gets or sets the maximum size of an uploaded file within the FileManager embedded into certain <see href="https://docs.devexpress.com/AspNet/17787/components/rich-text-editor/editing-features/built-in-dialogs">built-in dialogs</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that specifies the maximum file size, in bytes.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditFolderManager">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditFolderManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditFolderManager"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditImages">
      <summary>
        <para>Contains settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditImages.CopyFrom(DevExpress.Web.ImagesBase)">
      <summary>
        <para>Duplicates the properties of the specified object to the current instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditImages"/> class.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ImagesBase"/> object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.LoadingPanelOnStatusBar">
      <summary>
        <para>Gets the settings of an image displayed within a loading panel when it is displayed at the RichEdit’s status bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.MenuIconSet">
      <summary>
        <para>Gets or sets a set of icons to be used within the ribbon UI.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.MenuIconSetType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.QuickSearchPanelCloseButton">
      <summary>
        <para>Gets the settings of an image displayed within the Close button of the RichEdit’s Search Panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.QuickSearchPanelCollapseButton">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse button of the RichEdit’s Search Panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.QuickSearchPanelNextButton">
      <summary>
        <para>Gets the settings of an image displayed within the Next button of the RichEdit’s Search Panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditImages.QuickSearchPanelPrevButton">
      <summary>
        <para>Gets the settings of an image displayed within the Prev button of the RichEdit’s Search Panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditImages.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditImages"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings">
      <summary>
        <para>Contains customization settings for the Insert Link dialog’s form elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditInsertLinkDialogSettings.ShowEmailAddressSection">
      <summary>
        <para>Gets or sets a value that specifies whether a section that allows an e-mail address to be entered is displayed within the <see href="https://docs.devexpress.com/AspNet/115136/components/rich-text-editor/editing-features/built-in-dialogs/link-dialogs">Insert Hyperlink</see> built-in dialog form.</para>
      </summary>
      <value>true, to display the form element, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings">
      <summary>
        <para>Contains customization settings for the <see href="https://docs.devexpress.com/AspNet/17789/components/rich-text-editor/editing-features/built-in-dialogs/image-dialog">Insert Image</see> dialog’s form elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditInsertPictureDialogSettings.ShowFileUploadSection">
      <summary>
        <para>Gets or sets a value that specifies whether a section that allows end-users to upload their local files is displayed within the <see href="https://docs.devexpress.com/AspNet/17789/components/rich-text-editor/editing-features/built-in-dialogs/image-dialog">Insert Image</see> built-in dialog form.</para>
      </summary>
      <value>true, to display the form section, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem">
      <summary>
        <para>A class that implements the functionality of a popup menu item in the RichEdit.</para>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/> class with the specified command name and text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created item’s command name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.CommandName">RichEditPopupMenuItem.CommandName</see> property.</param>
      <param name="commandName">A <see cref="T:System.String"/> value that specifies the created item’s text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.Text">RichEditPopupMenuItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created item’s text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.Text">RichEditPopupMenuItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the public properties from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether the current context menu item starts a group.</para>
      </summary>
      <value>true if the current item starts a group; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.CheckedGroupName">
      <summary>
        <para>Gets or sets the name of a logical check group to which the menu item belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the group name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.CommandName">
      <summary>
        <para>Gets or sets the command name associated with the context menu item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command name associated with the item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.ImageName">
      <summary>
        <para>Gets or sets the name of an image displayed by the context menu item.</para>
      </summary>
      <value>A string value that specifies the image name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.Items">
      <summary>
        <para>Gets a collection that contains the sub-items of the current context menu item.</para>
      </summary>
      <value>A list of <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/> objects representing a collection of sub-items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.Text">
      <summary>
        <para>Gets or sets the text content of the current context menu item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem.ToString">
      <summary>
        <para>Returns the string that denotes the current context menu item.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that denotes the current <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItemCollection">
      <summary>
        <para>An internal collection that maintains popup menu items in the RichEdit.</para>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItemCollection.CreateDefaultItems">
      <summary>
        <para>Populates the context menu with default items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditPopupMenuItemCollection.CreateSpellingItems">
      <summary>
        <para>Creates menu items related to the built-in spell checking functionality.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonContextTabCategoryCollection">
      <summary>
        <para>A collection of ribbon context tab categories in the ASPxRichEdit control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditRibbonContextTabCategoryCollection.CreateDefaultRibbonContextTabCategories">
      <summary>
        <para>Creates default context tab categories in the ASPxRichEdit’s ribbon.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRibbonContextTabCategoryCollection.RichEdit">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control to which the current <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonContextTabCategoryCollection"/> collection belongs.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode">
      <summary>
        <para>Lists values that specify the type of the ribbon navigation element used by the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode.Auto">
      <summary>
        <para>The value is determined automatically, based on the type of the end-user’s device: touch or non-touch. Corresponds to Ribbon under non-touch device browsers. Corresponds to OneLineRibbon under touch device browsers.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode.ExternalRibbon">
      <summary>
        <para>An external ribbon is used by the Rich Text Editor as a toolbar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode.None">
      <summary>
        <para>The Rich Text Editor has no toolbars.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode.OneLineRibbon">
      <summary>
        <para>The built-in ribbon displays all items in an active tab on one line.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRibbonMode.Ribbon">
      <summary>
        <para>The toolbar for the Rich Text Editor is rendered as a built-in ribbon.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">Ribbon tabs</see> related to the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection.CreateDefaultRibbonTabs">
      <summary>
        <para>Creates default ribbon tabs within the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection"/> collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection.Ribbon">
      <summary>
        <para>Gets an <see cref="T:DevExpress.Web.ASPxRibbon"/> object representing the Rich Edit’s ribbon.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRibbon"/> object that represents the ribbon.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRibbonTabCollection.RichEdit">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> object that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRichEdit.ASPxRichEdit"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditRulerImages">
      <summary>
        <para>Contains settings for the Ruler images.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.CellDivisionDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the cell division drag handle.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.CenterTabDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the center tab drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.CenterTabDragHandleImageName">
      <summary>
        <para>Gets the image settings of the corresponding UI element.</para>
      </summary>
      <value>Returns “CenterTabDragHandle”.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.ColumnSeparatorDragHandleImageName">
      <summary>
        <para>Gets the image name of the corresponding UI element.</para>
      </summary>
      <value>Returns “ColumnSeparatorDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.DecimalTabDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the decimal tab drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.DecimalTabDragHandleImageName">
      <summary>
        <para>Gets the image settings of the corresponding UI element.</para>
      </summary>
      <value>Returns “DecimalTabDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.FirstLineIdentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the first line indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.FirstLineIndentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the first line indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.FirstLineIndentDragHandleImageName">
      <summary>
        <para>Gets the image name of the corresponding UI element.</para>
      </summary>
      <value>Returns “FirstLineIndentDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.LeftIdentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the left indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.LeftIndentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the left indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.LeftIndentDragHandleImageName">
      <summary>
        <para>Gets the image name of the corresponding UI element.</para>
      </summary>
      <value>Returns “LeftIndentDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.LeftTabDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the left tab drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.LeftTabDragHandleImageName">
      <summary>
        <para>Gets the image settings of the corresponding UI element.</para>
      </summary>
      <value>Returns “LeftTabDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.RightIdentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the right indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.RightIndentDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the right indent drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.RightIndentDragHandleImageName">
      <summary>
        <para>Gets the image name of the corresponding UI element.</para>
      </summary>
      <value>Returns “RightIndentDragHandle”.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.RightTabDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the right tab drag handle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditRulerImages.RightTabDragHandleImageName">
      <summary>
        <para>Gets the image settings of the corresponding UI element.</para>
      </summary>
      <value>Returns “RightTabDragHandle”.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings">
      <summary>
        <para>Contains customization settings for the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Save File</see> dialog’s form elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxRichEdit.RichEditSaveFileDialogSettings.DisplaySectionMode">
      <summary>
        <para>Gets or sets a value that specifies which sections are displayed within the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">Save File</see> dialog form.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ASPxRichEdit.SaveFileDialogDisplaySectionMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditUnit">
      <summary>
        <para>Lists measurement units used in the document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditUnit.Centimeter">
      <summary>
        <para>Specifies centimeters as the measurement unit.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditUnit.Inch">
      <summary>
        <para>Specifies inches as the measurement unit.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.RichEditViewType">
      <summary>
        <para>Lists values that specify the Rich Edit’s document view type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditViewType.PrintLayout">
      <summary>
        <para>The Rich Edit is in Print Layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.RichEditViewType.Simple">
      <summary>
        <para>The Rich Edit is in Simple View.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRichEdit.SaveFileDialogDisplaySectionMode">
      <summary>
        <para>Lists values that specify the visibility of a section within the <see href="https://docs.devexpress.com/AspNet/17788/components/rich-text-editor/editing-features/built-in-dialogs/file-dialogs">file dialogs</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.SaveFileDialogDisplaySectionMode.ShowAllSections">
      <summary>
        <para>All dialog sections should be displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.SaveFileDialogDisplaySectionMode.ShowDownloadSection">
      <summary>
        <para>Only the ‘Download a copy’ section should be displayed in the dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxRichEdit.SaveFileDialogDisplaySectionMode.ShowServerSection">
      <summary>
        <para>Only the ‘Save file to the server’ section should be displayed within the dialog.</para>
      </summary>
    </member>
    <member name="N:DevExpress.Web.Office">
      <summary>
        <para>Contains classes that implement the document management functionality common for DevExpress ASP.NET Office controls (ASPxRichEdit and ASPxSpreadsheet).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Office.RichEditDocumentInfo">
      <summary>
        <para>Contains information about a Rich Text Editor document and allows you to close the document or save a copy.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Office.RichEditDocumentInfo.DocumentFormat">
      <summary>
        <para>Gets the document format.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> object specifying the document format.</value>
    </member>
    <member name="P:DevExpress.Web.Office.RichEditDocumentInfo.LastModifyTime">
      <summary>
        <para>Gets the last modify time for the document.</para>
      </summary>
      <value>A nullable <see cref="T:System.DateTime"/> value that is the last modify time.</value>
    </member>
    <member name="P:DevExpress.Web.Office.RichEditDocumentInfo.Modified">
      <summary>
        <para>Gets a value indicating whether the current document was modified after it was opened.</para>
      </summary>
      <value>true, if the document was modified; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Office.RichEditDocumentInfo.SaveCopy">
      <summary>
        <para>Saves a document copy using the specified settings.</para>
      </summary>
      <returns>An array of bytes where the document is saved.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.RichEditDocumentInfo.SaveCopy(DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Saves a document copy using the specified settings.</para>
      </summary>
      <param name="documentFormat">A DocumentFormat object specifying the document format.</param>
      <returns>An array of bytes where the document is saved.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.RichEditDocumentInfo.SaveCopy(System.IO.Stream,DevExpress.XtraRichEdit.DocumentFormat)">
      <summary>
        <para>Saves a document copy using the specified settings.</para>
      </summary>
      <param name="stream">A stream object where to save the document.</param>
      <param name="documentFormat">A DocumentFormat object specifying the document format.</param>
    </member>
    <member name="M:DevExpress.Web.Office.RichEditDocumentInfo.SaveCopy(System.IO.Stream)">
      <summary>
        <para>Saves a document copy using the specified settings.</para>
      </summary>
      <param name="stream">A stream object where to save the document.</param>
    </member>
    <member name="M:DevExpress.Web.Office.RichEditDocumentInfo.SaveCopy(System.String)">
      <summary>
        <para>Saves a document copy using the specified settings</para>
      </summary>
      <param name="filePath">A string value specifying the document path to save to.</param>
    </member>
  </members>
</doc>