TextEdit.InputScope Property
Gets or sets the context for input used by this TextEdit. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Input.InputScope | A Windows.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