Back to Devexpress

NumericEdit.SelectValueOnFocus Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit-5ea4f8c4.md

latest910 B
Original Source

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

csharp
public bool SelectValueOnFocus { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace