Skip to main content

NumericEdit.SelectValueOnFocus Property

Gets or sets whether the editor’s value is selected when the editor is focused.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public bool SelectValueOnFocus { get; set; }

Property Value

Type Description
Boolean

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

See Also