Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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