Skip to main content

EditBase.ReturnType Property

Specifies the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public ReturnType ReturnType { get; set; }

Property Value

Type Description
ReturnType

A value that specifies the ‘Return’ button appearance.

See Also