Skip to main content

TextEdit.IsSpellCheckEnabled Property

Gets or sets whether the TextEdit input interacts with a spell check engine.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool IsSpellCheckEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the TextEdit input interacts with a spell check engine; otherwise, false.’

See Also