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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to disable spell checking of the text; false to enable it. |
See Also