NumericEdit.SelectValueOnFocus Property
In This Article
Gets or sets whether the editor’s value is selected when the editor is focused. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool SelectValueOnFocus { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
See Also