Default Memo

This example demonstrates the Bootstrap Memo control with default settings. The Bootstrap Memo control is a text editor allowing multi-line input.

<dx:BootstrapMemo runat="server" Rows="3" Text="Quisque imperdiet risus quis nisl vulputate, a pharetra tortor ornare. ">
</dx:BootstrapMemo>

Null Text

This demo illustrates how the NullText property can be used to display prompt text (watermark) in the editor's edit box. Specified text is displayed when the value of the editor is null and the editor is not focused. The prompt text disappears when the editor receives focus. To show the null text even in the focused editor set the NullTextDisplayMode property to UnfocusedAndFocused.

<dx:BootstrapMemo runat="server" NullText="Enter Your Description">
</dx:BootstrapMemo>

Caption and HelpText

In this example, the Memo control displays a caption on the top and auxiliary help text at the bottom of the editor.

<dx:BootstrapMemo runat="server" Caption="Notes" HelpText="Enter your notes">
    <ValidationSettings RequiredField-IsRequired="true"></ValidationSettings>
</dx:BootstrapMemo>
Screen Size
Color Themes
Demo QR Code