Skip to main content

DataFormTextItemBase.ReturnType Property

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

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ReturnType ReturnType { get; set; }

Property Value

Type Default Description
ReturnType Default

A ReturnType enumeration value.

See Also