Skip to main content
A newer version of this page is available. .
Tab

ASPxTextEdit.SelectInputTextOnClick Property

Specifies whether to select all text within the editor when it is focused.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool SelectInputTextOnClick { get; set; }

Property Value

Type Default Description
Boolean **false**

true to select all text within the editor on focus; otherwise, false.

Remarks

<dx:ASPxTextBox runat="server" ID="textBox" SelectInputTextOnClick="true">
</dx:ASPxTextBox>  
See Also