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

HEAlignmentRightRibbonCommand Class

A Ribbon item that allows a paragraph whose content is selected within the design view area to be right aligned.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HEAlignmentRightRibbonCommand :
    HERibbonToggleCommandBase

Remarks

The ASPxHtmlEditor provides alignment formatting for the selected editor’s paragraph by using the Align Left (HEAlignmentLeftRibbonCommand), Align Right (HEAlignmentRightRibbonCommand), Align Center (HEAlignmentCenterRibbonCommand) and Justify (HEAlignmentJustifyRibbonCommand) buttons.

You can add these buttons to the ribbon by using either the ASPxHtmlEditor designer at design time, or programmatically.

See Also