HtmlEditCommands.DeleteTableRow Property
Gets the command that removes the table row that is under the caret.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command DeleteTableRow { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also