HtmlEdit.Commands Property
Gets the collection of HtmlEdit commands.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public HtmlEditCommands Commands { get; }
Property Value
Type | Description |
---|---|
HtmlEditCommands | Set of HtmlEdit commands. |
See Also