Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

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.v19.1.Core.dll

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