Skip to main content

NumberColumn.ReturnType Property

OBSOLETE

This member is obsoleted in the v23.2 release and will be deleted in the upcoming v24.1 release.

Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. This is a bindable property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

[Obsolete("This member is obsoleted in the v23.2 release and will be deleted in the upcoming v24.1 release.", false)]
public ReturnType ReturnType { get; set; }

Property Value

Type Description
ReturnType

A ReturnType enumeration value.

See Also