BootstrapRichEdit Class
A rich text editor control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapSpreadsheet")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapRichEdit :
ASPxRichEdit,
ISimpleRenderControl
#Remarks
The BootstrapRichEdit class specifies a visual Rich Text Editor control to create, load, modify, print, save and convert rich formatted text files.
To work properly, the BootstrapRichEdit requires setting the BootstrapRichEdit.WorkDirectory property to a folder that contains rich text documents in your project.
To programmatically load a document into the BootstrapRichEdit control, use the BootstrapRichEdit.Open method. To save the active document in code, use the BootstrapRichEdit.Save method.
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client class.Rich Edit - On the client side, the client object can be accessed directly by the name specified by the Bootstrap
Rich property.Edit. Client Instance Name
The control’s client-side API is enabled if the Bootstrap