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