ASPxTextEdit.SelectInputTextOnClick Property
In This Article
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
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
<dx:ASPxTextBox runat="server" ID="textBox" SelectInputTextOnClick="true">
</dx:ASPxTextBox>
See Also