Back to Devexpress

HECheckSpellingRibbonCommand Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-1f1127d0.md

latest2.9 KB
Original Source

HECheckSpellingRibbonCommand Class

A Ribbon item that allows checking the spelling of the content within the design view area.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HECheckSpellingRibbonCommand :
    HERibbonCommandBase
vb
Public Class HECheckSpellingRibbonCommand
    Inherits HERibbonCommandBase

Remarks

The ASPxHtmlEditor allows end-users to check the spelling of its content by using the Check Spelling button ( HECheckSpellingRibbonCommand ). Clicking the Check Spelling button invokes the Spell Checking Dialog.

The Check Spelling button’s functionality can be customized by using the ASPxHtmlEditor.SettingsSpellChecker property.

You can add the Check Spelling button to the ribbon by using either the ASPxHtmlEditor designer at design time, or programmatically.

Important

If ASPxHtmlEditor contains the Check Spelling button, the built-in browser spell check feature is disabled.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonButtonItem HERibbonCommandBase HECheckSpellingRibbonCommand

See Also

HECheckSpellingRibbonCommand Members

DevExpress.Web.ASPxHtmlEditor Namespace