Skip to main content

DataFormNumericEditorAttribute.SelectValueOnFocus Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.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