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