Back to Devexpress

NumberColumn.SelectValueOnFocus Property

maui-devexpress-dot-maui-dot-datagrid-dot-numbercolumn-e719dbca.md

latest931 B
Original Source

NumberColumn.SelectValueOnFocus Property

Gets or sets whether the column editor’s value is selected when the editor is focused. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

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

NumberColumn Class

NumberColumn Members

DevExpress.Maui.DataGrid Namespace