Skip to main content

TextEdit.InputScope Property

Gets or sets the context for input used by this TextEdit. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnInputScopeChanged")]
public InputScope InputScope { get; set; }

Property Value

Type Description
InputScope

A Microsoft.UI.Xaml.Input.InputScope value which provides a hint at the type of text input expected by the control.

Remarks

To learn about particular input scopes, see the InputScopeNameValue Enum topic in MSDN.

See Also