Skip to main content
Tab

ASPxTextEdit.SelectInputTextOnClick Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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