Back to Devexpress

DataFormNumericItem.SelectValueOnFocus Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericitem-82f1a0df.md

latest956 B
Original Source

DataFormNumericItem.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.DataForm

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

DataFormNumericItem Class

DataFormNumericItem Members

DevExpress.Maui.DataForm Namespace