A newer version of this page is available.
Switch to the current version.
BootstrapMemo Class
Represents a multi-line text editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[ToolboxTabName("DX.18.2: Bootstrap Controls")]
[DXClientDocumentationProviderWeb("BootstrapMemo")]
public class BootstrapMemo :
ASPxMemo,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.18.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapMemo")>
Public Class BootstrapMemo
Inherits ASPxMemo
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Remarks
NOTE
The BootstrapMemo control provides you with comprehensive client-side functionality implemented using JavaScript code (see DevExpress.Web.Bootstrap.Scripts to learn more):
- The control's client-side equivalent is represented by the BootstrapClientMemo object.
- On the client side, the client object can be accessed directly by the name specified via the ASPxEditBase.ClientInstanceName property.
- The available client events can be accessed by using the ASPxMemo.ClientSideEvents property.
The control's client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.
Inheritance
See Also
Feedback