Skip to main content

TextEdit.IsTextPredictionEnabled Property

Gets or sets whether the text prediction feature (“autocomplete”) is enabled.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool IsTextPredictionEnabled { get; set; }

Property Value

Type Description
Boolean

true, to enable the text prediction feature; otherwise, false.

See Also