HtmlEditCommands.InsertTableColumnRight Property
Gets the command that inserts the table column to the right of the caret position.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command InsertTableColumnRight { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command object. |
See Also