HtmlEditCommands.ToggleOrderedList Property
Gets the command that toggles the selected/under caret text’s between ordered list and regular text.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public Command ToggleOrderedList { get; }
Property Value
Type | Description |
---|---|
Command | A command object. |
See Also