Back to Devexpress

CharacterPropertiesBase.NoProof Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-0b74df13.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool? NoProof { get; set; }
vb
Property NoProof As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

CharacterPropertiesBase Interface

CharacterPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace