ASPxTextEdit.SelectInputTextOnClick Property
Specifies whether to select all text within the editor when it is focused.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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