HtmlEditCommands.Redo Property
In This Article
Gets the command that reapplies the last action that was undone in the HtmlEdit control.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Command Redo { get; }
#Property Value
Type | Description |
---|---|
Command | A command object. |
See Also