Back to Devexpress

HERedoRibbonCommand Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-4a9536e6.md

latest2.4 KB
Original Source

HERedoRibbonCommand Class

A ribbon item that allows a previously canceled action performed within the design view area to be returned.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The ASPxHtmlEditor keeps track of all user actions, and allows you to undo or repeat them by using the Undo and Redo buttons (HEUndoRibbonCommand and HERedoRibbonCommand ).

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonButtonItem HERibbonCommandBase HERedoRibbonCommand

See Also

HERedoRibbonCommand Members

HTML Editor

Ribbon Toolbar

Html Editor Designer

DevExpress.Web.ASPxHtmlEditor Namespace