Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CharacterPropertiesBase.NoProof Property

Specifies whether or not the text shall be proof read by the spell checker.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool? NoProof { get; set; }

Property Value

Type Description
Nullable<Boolean>

true to disable spell checking of the text; false to enable it.

See Also