Skip to main content

NumericEdit.SelectValueOnFocus Property

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

public bool SelectValueOnFocus { get; set; }

Property Value

Type Default Description
Boolean false

true to select a value when the editor is focused; otherwise, false.

See Also