HtmlEditCommands.DecreaseIndent Property
Gets the command that decreases indent of the selected/under caret text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command DecreaseIndent { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command object. |
See Also