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