Skip to main content
A newer version of this page is available. .

HESpellingRibbonGroup Class

A ribbon group containing items that allow you to check spelling.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HESpellingRibbonGroup :
    HERibbonGroupBase

Remarks

...
<dx:HEHomeRibbonTab>
    <Groups>
        <dx:HESpellingRibbonGroup>
            <Items>
                <dx:HECheckSpellingRibbonCommand Size="Large" />
                ...
            </Items>
        </dx:HESpellingRibbonGroup>
    ...
    </Groups>
</dx:HEHomeRibbonTab>
...
See Also