officefileapi-devexpress-dot-xtrarichedit-dot-commands-e63f7cba.md
Specifies whether or not to check spelling or grammar in a document.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ChangeNoProofCommand :
ChangeCharacterFormattingCommandBase<bool>
Public Class ChangeNoProofCommand
Inherits ChangeCharacterFormattingCommandBase(Of Boolean)
The following image illustrates this option in the Language Form.
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<Boolean> ChangeNoProofCommand
See Also